method-missing
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -12,2 +12,8 @@ /*! | ||
/** | ||
* Module dependencies. | ||
*/ | ||
const MethodMissingError = require('./error'); | ||
/** | ||
* Main proxy handler. | ||
@@ -32,2 +38,6 @@ * | ||
} | ||
} else { | ||
throw new MethodMissingError( | ||
`${method}, use method '__call(method, args)' in your class to catch.` | ||
); | ||
} | ||
@@ -34,0 +44,0 @@ } |
{ | ||
"name": "method-missing", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"engines" : { | ||
@@ -5,0 +5,0 @@ "node" : ">=6.0.0" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9937
9
192