Completed
Push — master ( beb3fd...91a3d1 )
by John
02:45
created
src/Server/Router/Endpoint/Exceptions/ElementNotFoundException.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
  * Class ElementNotFoundException
7 7
  * @package LunixREST\Server\Router\Endpoint\Exceptions
8 8
  */
9
-class ElementNotFoundException extends EndpointExecutionException
10
-{
9
+class ElementNotFoundException extends EndpointExecutionException {
11 10
 
12 11
 }
Please login to merge, or discard this patch.
src/Server/Router/Endpoint/Exceptions/ElementConflictException.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
  * Class ElementConflictException
7 7
  * @package LunixREST\Server\Router\Endpoint\Exceptions
8 8
  */
9
-class ElementConflictException extends EndpointExecutionException
10
-{
9
+class ElementConflictException extends EndpointExecutionException {
11 10
 
12 11
 }
Please login to merge, or discard this patch.
src/Server/Router/Endpoint/Exceptions/EndpointExecutionException.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
  * Class EndpointExecutionException
9 9
  * @package LunixREST\Server\Router\Endpoint\Exceptions
10 10
  */
11
-class EndpointExecutionException extends UnableToRouteRequestException
12
-{
11
+class EndpointExecutionException extends UnableToRouteRequestException {
13 12
 
14 13
 }
Please login to merge, or discard this patch.
src/Server/Router/Exceptions/UnableToRouteRequestException.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
  * Class MethodNotFoundException
9 9
  * @package LunixREST\Server\Router\Exceptions
10 10
  */
11
-class UnableToRouteRequestException extends UnableToHandleRequestException
12
-{
11
+class UnableToRouteRequestException extends UnableToHandleRequestException {
13 12
 
14 13
 }
Please login to merge, or discard this patch.
src/Server/Router/Exceptions/MethodNotFoundException.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
  * Class MethodNotFoundException
9 9
  * @package LunixREST\Server\Router\Exceptions
10 10
  */
11
-class MethodNotFoundException extends UnableToRouteRequestException
12
-{
11
+class MethodNotFoundException extends UnableToRouteRequestException {
13 12
 
14 13
 }
Please login to merge, or discard this patch.
Router/EndpointFactory/Exceptions/UnableToCreateEndpointException.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
  * Class UnableToCreateEndpointException
9 9
  * @package LunixREST\Server\Router\EndpointFactory\Exceptions
10 10
  */
11
-class UnableToCreateEndpointException extends UnableToRouteRequestException
12
-{
11
+class UnableToCreateEndpointException extends UnableToRouteRequestException {
13 12
 
14 13
 }
Please login to merge, or discard this patch.
src/Server/Router/EndpointFactory/Exceptions/UnknownEndpointException.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
  * Class UnknownEndpointException
7 7
  * @package LunixREST\Server\Router\EndpointFactory\Exceptions
8 8
  */
9
-class UnknownEndpointException extends UnableToCreateEndpointException
10
-{
9
+class UnknownEndpointException extends UnableToCreateEndpointException {
11 10
 
12 11
 }
Please login to merge, or discard this patch.
src/Server/Exceptions/AccessDeniedException.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
  * Class AccessDeniedException
7 7
  * @package LunixREST\Server\Exceptions
8 8
  */
9
-class AccessDeniedException extends UnableToHandleRequestException
10
-{
9
+class AccessDeniedException extends UnableToHandleRequestException {
11 10
 
12 11
 }
Please login to merge, or discard this patch.
src/Server/Exceptions/InvalidAPIKeyException.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
  * Class InvalidAPIKeyException
7 7
  * @package LunixREST\Server\Exceptions
8 8
  */
9
-class InvalidAPIKeyException extends UnableToHandleRequestException
10
-{
9
+class InvalidAPIKeyException extends UnableToHandleRequestException {
11 10
 
12 11
 }
Please login to merge, or discard this patch.