tracyhammond / coursesketch

AggieChallenge 2013 Fall GitHub
Other
2 stars 2 forks source link

Find a proper way to do custom exceptions in javascript. #214

Closed dtracers closed 9 years ago

dtracers commented 9 years ago

This way must allow custom messages custom names (its type) OR instanceof checks and it must contain the full stack trace

dtracers commented 9 years ago

https://github.com/stacktracejs/stacktrace.js

This could maybe help with the custom exception we are trying to make

areftw commented 9 years ago

this is done