We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f67e22 commit 583d8d2Copy full SHA for 583d8d2
src/Frdlweb/AdvancedWebAppInterface.php
@@ -22,6 +22,6 @@ public function tick(
22
string $prefix = ""
23
);
24
public function onError($number = null, $message = null, $file = nulle, $line = null, $errcontext = null);
25
- public function exception_handler(\Exception $exception);
+ public function exception_handler($exception);
26
public function main(string $alias = null);
27
}
0 commit comments