1
0
mirror of https://github.com/danog/file.git synced 2024-12-02 09:17:57 +01:00
file/lib/FilesystemException.php

6 lines
83 B
PHP
Raw Normal View History

2015-08-08 16:09:07 +02:00
<?php
namespace Amp\File;
class FilesystemException extends \RuntimeException {}