Skip to content

Commit 6f78bd7

Browse files
committed
Fix exception aware interface namespace
1 parent 592487b commit 6f78bd7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Authorizer/ExceptionAware/ExceptionAwareInterface.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@
66
* (c) A51 doo <[email protected]>. All rights reserved.
77
*/
88

9-
namespace ActiveCollab\Authentication\Authorizer\ExceptionAwareAware;
9+
namespace ActiveCollab\Authentication\Authorizer\ExceptionAware;
1010

1111
use Exception;
1212
use Throwable;
1313

1414
/**
15-
* @package ActiveCollab\Authentication\Authorizer\ExceptionAwareAware
15+
* @package ActiveCollab\Authentication\Authorizer\ExceptionAware
1616
*/
1717
interface ExceptionAwareInterface
1818
{
1919
/**
2020
* @param Throwable|Exception $error_or_exception
21-
* @return mixed
21+
* @return void|mixed
2222
*/
2323
public function handleException($error_or_exception);
2424
}

0 commit comments

Comments
 (0)