@@ -16,7 +16,6 @@ |
||
16 | 16 | |
17 | 17 | use RuntimeException; |
18 | 18 | |
19 | -class SerializeException extends RuntimeException implements TransportException |
|
20 | -{ |
|
19 | +class SerializeException extends RuntimeException implements TransportException { |
|
21 | 20 | |
22 | 21 | } |
23 | 22 | \ No newline at end of file |
@@ -16,7 +16,6 @@ |
||
16 | 16 | |
17 | 17 | use RuntimeException; |
18 | 18 | |
19 | -class NoAsyncClientException extends RuntimeException implements TransportException |
|
20 | -{ |
|
19 | +class NoAsyncClientException extends RuntimeException implements TransportException { |
|
21 | 20 | |
22 | 21 | } |
23 | 22 | \ No newline at end of file |
@@ -16,7 +16,6 @@ |
||
16 | 16 | |
17 | 17 | use RuntimeException; |
18 | 18 | |
19 | -class UndefinedPropertyException extends RuntimeException implements TransportException |
|
20 | -{ |
|
19 | +class UndefinedPropertyException extends RuntimeException implements TransportException { |
|
21 | 20 | |
22 | 21 | } |
23 | 22 | \ No newline at end of file |
@@ -16,7 +16,6 @@ |
||
16 | 16 | |
17 | 17 | use RuntimeException; |
18 | 18 | |
19 | -class InvalidXmlException extends RuntimeException implements TransportException |
|
20 | -{ |
|
19 | +class InvalidXmlException extends RuntimeException implements TransportException { |
|
21 | 20 | |
22 | 21 | } |
23 | 22 | \ No newline at end of file |
@@ -16,7 +16,6 @@ |
||
16 | 16 | |
17 | 17 | use RuntimeException; |
18 | 18 | |
19 | -class InvalidJsonException extends RuntimeException implements TransportException |
|
20 | -{ |
|
19 | +class InvalidJsonException extends RuntimeException implements TransportException { |
|
21 | 20 | |
22 | 21 | } |
23 | 22 | \ No newline at end of file |
@@ -16,7 +16,6 @@ |
||
16 | 16 | |
17 | 17 | use RuntimeException; |
18 | 18 | |
19 | -class CloudIdParseException extends RuntimeException implements TransportException |
|
20 | -{ |
|
19 | +class CloudIdParseException extends RuntimeException implements TransportException { |
|
21 | 20 | |
22 | 21 | } |
23 | 22 | \ No newline at end of file |
@@ -16,7 +16,6 @@ |
||
16 | 16 | |
17 | 17 | use Throwable; |
18 | 18 | |
19 | -interface TransportException extends Throwable |
|
20 | -{ |
|
19 | +interface TransportException extends Throwable { |
|
21 | 20 | |
22 | 21 | } |
23 | 22 | \ No newline at end of file |
@@ -16,7 +16,6 @@ |
||
16 | 16 | |
17 | 17 | use RuntimeException; |
18 | 18 | |
19 | -class NotFoundException extends RuntimeException implements TransportException |
|
20 | -{ |
|
19 | +class NotFoundException extends RuntimeException implements TransportException { |
|
21 | 20 | |
22 | 21 | } |
23 | 22 | \ No newline at end of file |
@@ -16,7 +16,6 @@ |
||
16 | 16 | |
17 | 17 | use RuntimeException; |
18 | 18 | |
19 | -class InvalidArrayException extends RuntimeException implements TransportException |
|
20 | -{ |
|
19 | +class InvalidArrayException extends RuntimeException implements TransportException { |
|
21 | 20 | |
22 | 21 | } |
23 | 22 | \ No newline at end of file |