summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-09-18 15:07:33 +0200
committerRemi Collet <remi@remirepo.net>2021-09-18 15:07:33 +0200
commit2efbf772ada972f327e6e63a754d8384dd14f405 (patch)
tree3ea6a6115db2e9ffd963078acb6fa3f267b7f33c /REFLECTION
parente002c6a29a4fe7bafc02cf62276aaaba064c389d (diff)
update to 3.5.1
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION61
1 files changed, 59 insertions, 2 deletions
diff --git a/REFLECTION b/REFLECTION
index caea3c2..0c21953 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,10 +1,10 @@
-Extension [ <persistent> extension #124 nsq version 3.5.0 ] {
+Extension [ <persistent> extension #124 nsq version 3.5.1 ] {
- Dependencies {
Dependency [ json (Required) ]
}
- - Classes [3] {
+ - Classes [4] {
Class [ <internal:nsq> class Nsq ] {
- Constants [0] {
@@ -141,6 +141,63 @@ Extension [ <persistent> extension #124 nsq version 3.5.0 ] {
}
}
}
+
+ Class [ <internal:nsq> class NsqException extends Exception implements Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ <default> protected $message ]
+ Property [ <default> protected $code ]
+ Property [ <default> protected $file ]
+ Property [ <default> protected $line ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $message ]
+ Parameter #1 [ <optional> $code ]
+ Parameter #2 [ <optional> $previous ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] {
+ }
+ }
+ }
}
}