diff options
author | Bruce Wells <brucekwells@gmail.com> | 2019-01-12 05:45:29 +0300 |
---|---|---|
committer | Bruce Wells <brucekwells@gmail.com> | 2019-01-12 05:45:29 +0300 |
commit | 145a0a136fc41dc59a78637a8e84f1c8952ecc31 (patch) | |
tree | e65b68200d122f4c8afbf772203dc63002ad3c7f /src/NXP/Exception/UnknownVariableException.php | |
parent | 9684cfd1d0e61a6bfcf1a46f322f99e7b6559df5 (diff) | |
parent | 18b12aeeff34c8ac9a350165ae36f08f4138dc9c (diff) |
Merge branch 'master' of https://github.com/phpfui/MathExecutor
# Conflicts:
# src/NXP/Classes/Lexer.php
Diffstat (limited to 'src/NXP/Exception/UnknownVariableException.php')
-rw-r--r-- | src/NXP/Exception/UnknownVariableException.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/NXP/Exception/UnknownVariableException.php b/src/NXP/Exception/UnknownVariableException.php index 8c215db..031a603 100644 --- a/src/NXP/Exception/UnknownVariableException.php +++ b/src/NXP/Exception/UnknownVariableException.php @@ -12,7 +12,7 @@ namespace NXP\Exception; /** - * @author Alexander Kiryukhin <alexander@symdev.org> + * @author Alexander Kiryukhin <a.kiryukhin@mail.ru> */ class UnknownVariableException extends MathExecutorException { |