From d0fa8d6f63003a6cb2f1897158bc587ab2344ea3 Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Thu, 13 Apr 2023 02:14:53 +0300 Subject: 1.6.0: support signals --- src/exceptions/JobInterruptedException.php | 11 +++++++++++ src/exceptions/JobdException.php | 5 +++++ 2 files changed, 16 insertions(+) create mode 100644 src/exceptions/JobInterruptedException.php create mode 100644 src/exceptions/JobdException.php (limited to 'src/exceptions') diff --git a/src/exceptions/JobInterruptedException.php b/src/exceptions/JobInterruptedException.php new file mode 100644 index 0000000..c645cc5 --- /dev/null +++ b/src/exceptions/JobInterruptedException.php @@ -0,0 +1,11 @@ +