diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Core.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Core.php b/src/Core.php index c41328a..c38e2ea 100644 --- a/src/Core.php +++ b/src/Core.php @@ -33,9 +33,9 @@ class Core /** * Creates a new error log. * - * @param Exception $error the error exception + * @param \Exception $error the error exception * - * @throws Exception throws the exception, if strict mode is enabled + * @throws \Exception throws the exception, if strict mode is enabled */ public function error($error) { |