summaryrefslogtreecommitdiffstats
path: root/src/Exceptions/LexerException.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Exceptions/LexerException.php')
-rw-r--r--src/Exceptions/LexerException.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Exceptions/LexerException.php b/src/Exceptions/LexerException.php
index 7dd85a4..857d09b 100644
--- a/src/Exceptions/LexerException.php
+++ b/src/Exceptions/LexerException.php
@@ -6,6 +6,8 @@ declare(strict_types=1);
namespace PhpMyAdmin\SqlParser\Exceptions;
+use Exception;
+
/**
* Exception thrown by the lexer.
*
@@ -13,7 +15,7 @@ namespace PhpMyAdmin\SqlParser\Exceptions;
*
* @license https://www.gnu.org/licenses/gpl-2.0.txt GPL-2.0+
*/
-class LexerException extends \Exception
+class LexerException extends Exception
{
/**
* The character that produced this error.