From c1e07f254a4e952868be8240080661628aef8e69 Mon Sep 17 00:00:00 2001 From: Javier MarĂ­n Date: Sun, 26 Jul 2020 04:27:26 +0200 Subject: Handler for not found variables (#68) * Added handler to define not found variables Added support for string variables Fixed strings and ints comparison error * Check if variables have scalar types (int, float, string and bool) Better $onVarNotFound logic --- src/NXP/Exception/MathExecutorException.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/NXP/Exception/MathExecutorException.php') diff --git a/src/NXP/Exception/MathExecutorException.php b/src/NXP/Exception/MathExecutorException.php index 0e3ea84..4405f85 100644 --- a/src/NXP/Exception/MathExecutorException.php +++ b/src/NXP/Exception/MathExecutorException.php @@ -14,6 +14,6 @@ namespace NXP\Exception; /** * @author Vitaliy Zhuk */ -abstract class MathExecutorException extends \Exception +class MathExecutorException extends \Exception { } -- cgit v1.2.3