diff options
-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 +} + |