Skip to content

Commit f50ecfa

Browse files
author
Christian Blanquera
committed
exception to \exception
1 parent 48bb1c0 commit f50ecfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Exception/ExceptionHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class ExceptionHandler extends Event
3030
* @param *Exception
3131
* @return void
3232
*/
33-
public function handler(Exception $e)
33+
public function handler(\Exception $e)
3434
{
3535
//by default set LOGIC ERROR
3636
$type = Exception::LOGIC;

0 commit comments

Comments
 (0)