Closed ngsankha closed 8 years ago
Throw Errors instead of strings. This maintains the property of all other web related Error objects like the .message and .stack.
Error
.message
.stack
Thanks! :+1:
Throw
Error
s instead of strings. This maintains the property of all other web relatedError
objects like the.message
and.stack
.