From 2efbf772ada972f327e6e63a754d8384dd14f405 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 18 Sep 2021 15:07:33 +0200 Subject: update to 3.5.1 --- REFLECTION | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 59 insertions(+), 2 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index caea3c2..0c21953 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,10 +1,10 @@ -Extension [ extension #124 nsq version 3.5.0 ] { +Extension [ extension #124 nsq version 3.5.1 ] { - Dependencies { Dependency [ json (Required) ] } - - Classes [3] { + - Classes [4] { Class [ class Nsq ] { - Constants [0] { @@ -141,6 +141,63 @@ Extension [ extension #124 nsq version 3.5.0 ] { } } } + + Class [ class NsqException extends Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } } } -- cgit