Skip to content

Commit 4ff620b

Browse files
committed
fix
1 parent 463b226 commit 4ff620b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/CouldNotForkException.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33

44
namespace skrtdev\async;
55

6-
class CouldNotForkException extends Exception {}
6+
class CouldNotForkException extends \Exception {}
77

88
?>

src/MissingExtensionException.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33

44
namespace skrtdev\async;
55

6-
class MissingExtensionException extends Exception {}
6+
class MissingExtensionException extends \Exception {}
77

88
?>

0 commit comments

Comments
 (0)