1
0
mirror of https://github.com/danog/file.git synced 2025-01-23 05:41:18 +01:00
file/lib/FilesystemException.php

6 lines
103 B
PHP
Raw Normal View History

2016-08-24 00:01:41 -05:00
<?php declare(strict_types = 1);
2015-08-08 10:09:07 -04:00
namespace Amp\File;
class FilesystemException extends \Exception {}