• File: RootViolationException.php
  • Full Path: /home/masbinta/public_html/core/vendor/league/flysystem/src/RootViolationException.php
  • File size: 151 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

namespace League\Flysystem;

use LogicException;

class RootViolationException extends LogicException implements FilesystemException
{
    //
}