Modify the method signature of the overriden method to make calling codes not to handle or declare the exception coming from that method.
Ruby – Basic Inheritance
This post talks about how to implement basic inheritance in Ruby using a simple example. I’ll throw in some comparisons with Java.