From cab8e2d38ae1c8c7fb75022f7d9b0539a0a86d4e Mon Sep 17 00:00:00 2001 From: Alexander Kiryukhin Date: Fri, 15 May 2020 21:51:23 +0300 Subject: Massive refactoring More clean structure Parsing without regular expressions --- src/NXP/Exception/UnknownTokenException.php | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 src/NXP/Exception/UnknownTokenException.php (limited to 'src/NXP/Exception') diff --git a/src/NXP/Exception/UnknownTokenException.php b/src/NXP/Exception/UnknownTokenException.php deleted file mode 100644 index bba28a4..0000000 --- a/src/NXP/Exception/UnknownTokenException.php +++ /dev/null @@ -1,19 +0,0 @@ - - */ -class UnknownTokenException extends MathExecutorException -{ -} -- cgit v1.2.3