1
0
mirror of https://github.com/danog/file.git synced 2024-11-26 20:04:51 +01:00
file/lib/FilesystemException.php
2015-08-08 10:42:41 -04:00

6 lines
83 B
PHP

<?php
namespace Amp\File;
class FilesystemException extends \RuntimeException {}