From fcdf90969ed038bfd1a75dd6ce497d3cf85bfb19 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 18 Dec 2021 07:31:03 +0100 Subject: refresh reflection with 8.0 --- REFLECTION | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 18afc10..1a39495 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1176,7 +1176,7 @@ Extension [ extension #86 swoole version 4.8.3 ] { } - Classes [52] { - Class [ class Swoole\Exception extends Exception implements Stringable, Throwable ] { + Class [ class Swoole\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -1267,7 +1267,7 @@ Extension [ extension #86 swoole version 4.8.3 ] { } } - Class [ class Swoole\Error extends Error implements Stringable, Throwable ] { + Class [ class Swoole\Error extends Error implements Throwable, Stringable ] { - Constants [0] { } @@ -3114,7 +3114,7 @@ Extension [ extension #86 swoole version 4.8.3 ] { } } - Class [ class Swoole\ExitException extends Swoole\Exception implements Throwable, Stringable ] { + Class [ class Swoole\ExitException extends Swoole\Exception implements Stringable, Throwable ] { - Constants [0] { } @@ -3522,7 +3522,7 @@ Extension [ extension #86 swoole version 4.8.3 ] { } } - Class [ class Swoole\Coroutine\Curl\Exception extends Swoole\Exception implements Throwable, Stringable ] { + Class [ class Swoole\Coroutine\Curl\Exception extends Swoole\Exception implements Stringable, Throwable ] { - Constants [0] { } @@ -3870,7 +3870,7 @@ Extension [ extension #86 swoole version 4.8.3 ] { } } - Class [ class Swoole\Coroutine\Socket\Exception extends Swoole\Exception implements Throwable, Stringable ] { + Class [ class Swoole\Coroutine\Socket\Exception extends Swoole\Exception implements Stringable, Throwable ] { - Constants [0] { } @@ -4114,7 +4114,7 @@ Extension [ extension #86 swoole version 4.8.3 ] { } } - Class [ class Swoole\Client\Exception extends Swoole\Exception implements Throwable, Stringable ] { + Class [ class Swoole\Client\Exception extends Swoole\Exception implements Stringable, Throwable ] { - Constants [0] { } @@ -4595,7 +4595,7 @@ Extension [ extension #86 swoole version 4.8.3 ] { } } - Class [ class Swoole\Coroutine\Http\Client\Exception extends Swoole\Exception implements Throwable, Stringable ] { + Class [ class Swoole\Coroutine\Http\Client\Exception extends Swoole\Exception implements Stringable, Throwable ] { - Constants [0] { } @@ -4883,7 +4883,7 @@ Extension [ extension #86 swoole version 4.8.3 ] { } } - Class [ class Swoole\Coroutine\MySQL\Exception extends Swoole\Exception implements Throwable, Stringable ] { + Class [ class Swoole\Coroutine\MySQL\Exception extends Swoole\Exception implements Stringable, Throwable ] { - Constants [0] { } @@ -6601,7 +6601,7 @@ Extension [ extension #86 swoole version 4.8.3 ] { } } - Class [ class Swoole\Coroutine\Http2\Client\Exception extends Swoole\Exception implements Throwable, Stringable ] { + Class [ class Swoole\Coroutine\Http2\Client\Exception extends Swoole\Exception implements Stringable, Throwable ] { - Constants [0] { } -- cgit