From fd0235608231019f2187c73ebf9cc796a7e3aafd Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Wed, 20 Nov 2013 13:29:05 +0100 Subject: [PATCH] big update's coming --- index.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/index.js b/index.js index 41d9e85..e0f3ccf 100644 --- 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": -- 2.30.2