Completed
Push — master ( 015a03...daeec7 )
by Kamil
02:30
created
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.
src/Throwable/Exception/Runtime/OutOfBoundsException.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 OutOfBoundsException extends RuntimeException
8
-{}
8
+{
9
+}
Please login to merge, or discard this patch.
src/Throwable/Exception/Runtime/ExecutionException.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 ExecutionException extends RuntimeException
8
-{}
8
+{
9
+}
Please login to merge, or discard this patch.
src/Throwable/Exception/Runtime/CancellationException.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 CancellationException extends RuntimeException
8
-{}
8
+{
9
+}
Please login to merge, or discard this patch.
src/Throwable/Exception/Runtime/UnderflowException.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 UnderflowException extends RuntimeException
8
-{}
8
+{
9
+}
Please login to merge, or discard this patch.
src/Throwable/Exception/Runtime/OverflowException.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 OverflowException extends RuntimeException
8
-{}
8
+{
9
+}
Please login to merge, or discard this patch.
src/Throwable/Exception/RuntimeException.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 RuntimeException extends Exception
8
-{}
8
+{
9
+}
Please login to merge, or discard this patch.
src/Throwable/Exception/Logic/ResourceException.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\LogicException;
6 6
 
7 7
 class ResourceException extends LogicException
8
-{}
8
+{
9
+}
Please login to merge, or discard this patch.
src/Throwable/Exception/Logic/IllegalCallException.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\LogicException;
6 6
 
7 7
 class IllegalCallException extends LogicException
8
-{}
8
+{
9
+}
Please login to merge, or discard this patch.