Completed
Push — master ( 2fdc0b...3a3243 )
by Kamil
03:16
created
src/Throwable/Exception/SystemException.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,4 +5,5 @@
 block discarded – undo
5 5
 use Dazzle\Throwable\Exception;
6 6
 
7 7
 class SystemException extends Exception
8
-{}
8
+{
9
+}
Please login to merge, or discard this patch.
src/Throwable/Exception/System/TaskIncompleteException.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,4 +5,5 @@
 block discarded – undo
5 5
 use Dazzle\Throwable\Exception\SystemException;
6 6
 
7 7
 class TaskIncompleteException extends SystemException
8
-{}
8
+{
9
+}
Please login to merge, or discard this patch.
src/Throwable/Exception/System/ChildUnresponsiveException.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,4 +5,5 @@
 block discarded – undo
5 5
 use Dazzle\Throwable\Exception\SystemException;
6 6
 
7 7
 class ChildUnresponsiveException extends SystemException
8
-{}
8
+{
9
+}
Please login to merge, or discard this patch.
src/Throwable/Exception/System/ParentUnresponsiveException.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,4 +5,5 @@
 block discarded – undo
5 5
 use Dazzle\Throwable\Exception\SystemException;
6 6
 
7 7
 class ParentUnresponsiveException extends SystemException
8
-{}
8
+{
9
+}
Please login to merge, or discard this patch.
src/Throwable/Exception/LogicException.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,4 +5,5 @@
 block discarded – undo
5 5
 use Dazzle\Throwable\Exception;
6 6
 
7 7
 class LogicException extends Exception
8
-{}
8
+{
9
+}
Please login to merge, or discard this patch.
src/Throwable/Exception/Runtime/TimeoutException.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,4 +5,5 @@
 block discarded – undo
5 5
 use Dazzle\Throwable\Exception\RuntimeException;
6 6
 
7 7
 class TimeoutException extends RuntimeException
8
-{}
8
+{
9
+}
Please login to merge, or discard this patch.
src/Throwable/Exception/Runtime/WriteException.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,4 +5,5 @@
 block discarded – undo
5 5
 use Dazzle\Throwable\Exception\RuntimeException;
6 6
 
7 7
 class WriteException extends RuntimeException
8
-{}
8
+{
9
+}
Please login to merge, or discard this patch.
src/Throwable/Exception/Runtime/ReadException.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,4 +5,5 @@
 block discarded – undo
5 5
 use Dazzle\Throwable\Exception\RuntimeException;
6 6
 
7 7
 class ReadException extends RuntimeException
8
-{}
8
+{
9
+}
Please login to merge, or discard this patch.
src/Throwable/Exception/Runtime/RejectionException.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,4 +5,5 @@
 block discarded – undo
5 5
 use Dazzle\Throwable\Exception\RuntimeException;
6 6
 
7 7
 class RejectionException extends RuntimeException
8
-{}
8
+{
9
+}
Please login to merge, or discard this patch.