projects
/
mdref
/
mdref
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
a928f59
)
big update's coming
author
Michael Wallner
<mike@php.net>
Wed, 20 Nov 2013 12:29:05 +0000
(13:29 +0100)
committer
Michael Wallner
<mike@php.net>
Wed, 20 Nov 2013 12:29:05 +0000
(13:29 +0100)
index.js
patch
|
blob
|
history
diff --git
a/index.js
b/index.js
index 41d9e856fbb6023333de2cdc404d79884e7f74b3..e0f3ccf5eda23820818a7e2e73188c17797a59f9 100644
(file)
--- a/
index.js
+++ b/
index.js
@@
-40,6
+40,11
@@
function type(s, nn) {
case "stdClass":
case "Exception":
case "ErrorException":
+ case "RuntimeException":
+ case "UnexpectedValueException":
+ case "DomainException":
+ case "InvalidArgumentException":
+ case "BadMethodCallException":
case "Closure":
case "Generator":
case "Countable":