aboutsummaryrefslogtreecommitdiff
path: root/src/NXP/Exception/IncorrectFunctionParameterException.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/NXP/Exception/IncorrectFunctionParameterException.php')
-rw-r--r--src/NXP/Exception/IncorrectFunctionParameterException.php16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/NXP/Exception/IncorrectFunctionParameterException.php b/src/NXP/Exception/IncorrectFunctionParameterException.php
new file mode 100644
index 0000000..b378718
--- /dev/null
+++ b/src/NXP/Exception/IncorrectFunctionParameterException.php
@@ -0,0 +1,16 @@
+<?php
+
+/**
+ * This file is part of the MathExecutor package
+ *
+ * (c) Alexander Kiryukhin
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code
+ */
+
+namespace NXP\Exception;
+
+class IncorrectFunctionParameterException extends MathExecutorException
+{
+}