Skip to content

Commit

Permalink
autoloading standard
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Kabac committed Sep 11, 2020
1 parent e6d8723 commit d3c85fb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Exceptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

namespace Maurit\S3filesystem;

use Throwable;

/**
* Class FileNotExistsException
* @package Maurit\S3filesystem
*/
class FileNotExistsException extends \Exception
{
}

0 comments on commit d3c85fb

Please sign in to comment.