Your Exception « Development « Ruby






1.Ruby exception hierarchy
2.create your own type of exception if you wanted to.
3.if we create our own exception classes, they need to be subclasses of either class Exception or one of its descendants.