Skip to content

Commit

Permalink
extends \Throwable
Browse files Browse the repository at this point in the history
  • Loading branch information
duc-cnzj committed Apr 30, 2019
1 parent 4e94aeb commit f9a1374
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Exceptions/BreakLoopExceptionImp.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

namespace DucCnzj\Ip\Exceptions;

interface BreakLoopExceptionImp
interface BreakLoopExceptionImp extends \Throwable
{
}
2 changes: 1 addition & 1 deletion src/Exceptions/CantResolveClassException.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

namespace DucCnzj\Ip\Exceptions;

interface CantResolveClassException
interface CantResolveClassException extends \Throwable
{
}

0 comments on commit f9a1374

Please sign in to comment.