What are exceptions & Why They Happen?
We use exceptions to handle unexpected failures inside
a program. Exceptions are in the form of a program crash with an
error message.
In Ruby, Exceptions are implemented as classes inherited from the Exception class used to signal an error condition...
subashkhatri.hashnode.dev3 min read