building-sign/vendor/league/flysystem/src/RootViolationException.php

11 lines
151 B
PHP
Executable File

<?php
namespace League\Flysystem;
use LogicException;
class RootViolationException extends LogicException implements FilesystemException
{
//
}