error-system icon indicating copy to clipboard operation
error-system copied to clipboard

Your custom errors in your JavaScript code!

Results 1 error-system issues
Sort by recently updated
recently updated
newest added

The provided code sample for `errorSystem.extend` (copied at bottom) will crash if run, with `TypeError: RequestError.NotFound is not a constructor`. Less obviously, `new RequestError` creates an instance of `Error`, not...