Skip to content

Commit c5feb2e

Browse files
committed
Fix class name
Signed-off-by: Michal Čihař <[email protected]>
1 parent 024294e commit c5feb2e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Core.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ class Core
3333
/**
3434
* Creates a new error log.
3535
*
36-
* @param Exception $error the error exception
36+
* @param \Exception $error the error exception
3737
*
38-
* @throws Exception throws the exception, if strict mode is enabled
38+
* @throws \Exception throws the exception, if strict mode is enabled
3939
*/
4040
public function error($error)
4141
{

0 commit comments

Comments
 (0)