Skip to content

Commit

Permalink
remove phalcon\exception
Browse files Browse the repository at this point in the history
  • Loading branch information
sinbadxiii committed Jan 14, 2022
1 parent 233fa84 commit 615ae4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Exceptions/Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace Sinbadxiii\PhalconAuth\Exceptions;

class Exception extends \Phalcon\Exception
class Exception extends \Exception
{
protected $message = 'An error occurred';
}

0 comments on commit 615ae4e

Please sign in to comment.