mirror of
https://github.com/danog/file.git
synced 2025-01-22 21:31:15 +01:00
6 lines
83 B
PHP
6 lines
83 B
PHP
<?php
|
|
|
|
namespace Amp\File;
|
|
|
|
class FilesystemException extends \RuntimeException {}
|