We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 592487b commit 6f78bd7Copy full SHA for 6f78bd7
src/Authorizer/ExceptionAware/ExceptionAwareInterface.php
@@ -6,19 +6,19 @@
6
* (c) A51 doo <[email protected]>. All rights reserved.
7
*/
8
9
-namespace ActiveCollab\Authentication\Authorizer\ExceptionAwareAware;
+namespace ActiveCollab\Authentication\Authorizer\ExceptionAware;
10
11
use Exception;
12
use Throwable;
13
14
/**
15
- * @package ActiveCollab\Authentication\Authorizer\ExceptionAwareAware
+ * @package ActiveCollab\Authentication\Authorizer\ExceptionAware
16
17
interface ExceptionAwareInterface
18
{
19
20
* @param Throwable|Exception $error_or_exception
21
- * @return mixed
+ * @return void|mixed
22
23
public function handleException($error_or_exception);
24
}
0 commit comments