Skip to content

Commit

Permalink
Fix #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Cvar1984 committed Nov 15, 2022
1 parent d235ca7 commit 7eb1804
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Yapo/Exceptions/BadPermissionException.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

namespace Cvar1984\Yapo\Exceptions;

class BadPermissionException extends Exception {}
class BadPermissionException extends \Exception {}
2 changes: 1 addition & 1 deletion src/Yapo/Exceptions/NotFoundException.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

namespace Cvar1984\Yapo\Exceptions;

class NotFoundException extends Exception{}
class NotFoundException extends \Exception{}

0 comments on commit 7eb1804

Please sign in to comment.