Skip to content

Commit 15721c5

Browse files
committed
New exceptions
1 parent b96a4bb commit 15721c5

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

src/CouldNotForkException.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?php
2+
declare(strict_types=1);
3+
4+
namespace skrtdev\async;
5+
6+
class CouldNotForkException extends Exception {}
7+
8+
?>

src/MissingExtensionException.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?php
2+
declare(strict_types=1);
3+
4+
namespace skrtdev\async;
5+
6+
class MissingExtensionException extends Exception {}
7+
8+
?>

0 commit comments

Comments
 (0)