8 lines
70 B
PHP
8 lines
70 B
PHP
<?php
|
|
|
|
namespace League\Flysystem;
|
|
|
|
interface FilesystemException
|
|
{
|
|
}
|