Skip to content

Commit 583d8d2

Browse files
authored
Update AdvancedWebAppInterface.php
1 parent 1f67e22 commit 583d8d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Frdlweb/AdvancedWebAppInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ public function tick(
2222
string $prefix = ""
2323
);
2424
public function onError($number = null, $message = null, $file = nulle, $line = null, $errcontext = null);
25-
public function exception_handler(\Exception $exception);
25+
public function exception_handler($exception);
2626
public function main(string $alias = null);
2727
}

0 commit comments

Comments
 (0)