big update's coming
authorMichael Wallner <mike@php.net>
Wed, 20 Nov 2013 12:29:05 +0000 (13:29 +0100)
committerMichael Wallner <mike@php.net>
Wed, 20 Nov 2013 12:29:05 +0000 (13:29 +0100)
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":