diff options
author | Arnold Daniels <arnold@jasny.net> | 2017-01-03 21:33:28 +0100 |
---|---|---|
committer | Arnold Daniels <arnold@jasny.net> | 2017-01-03 21:33:28 +0100 |
commit | 63ec91cda3794f07da8eb8b0ef4aaff08e342a08 (patch) | |
tree | 3f588ae2aae4f582aa8163693d58660257e3eef7 | |
parent | c96f4e15becf76c91c46d050cbf90c5a56e4e169 (diff) | |
download | error-handler-63ec91cda3794f07da8eb8b0ef4aaff08e342a08.zip error-handler-63ec91cda3794f07da8eb8b0ef4aaff08e342a08.tar.gz error-handler-63ec91cda3794f07da8eb8b0ef4aaff08e342a08.tar.bz2 |
Minor fix
-rw-r--r-- | src/ErrorHandler/ErrorCodes.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ErrorHandler/ErrorCodes.php b/src/ErrorHandler/ErrorCodes.php index 6ef2957..55eb08b 100644 --- a/src/ErrorHandler/ErrorCodes.php +++ b/src/ErrorHandler/ErrorCodes.php @@ -81,4 +81,5 @@ trait ErrorCodes return 'Unknown error'; } -}
\ No newline at end of file +} + |