mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-07-11 01:32:14 +00:00
[CLEANUP] Added qualifier import.
This commit is contained in:
@@ -2,7 +2,9 @@
|
||||
|
||||
namespace Pecee\Http\Middleware\Exceptions;
|
||||
|
||||
class TokenMismatchException extends \Exception
|
||||
use Exception;
|
||||
|
||||
class TokenMismatchException extends Exception
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user