You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I opted not to use a custom error class because for v1, I only really needed it for one error (when the run method isn't implemented on a class). Seemed like a wasted effort, so I'll come back to this in the future when the need arises.
Hiei should handle errors with a custom class that extends the native Error object. Read this article from Node Best Practices for guidance.
The text was updated successfully, but these errors were encountered: