ancestry
def initialize
super
rescue Exception => possibly_handled_error
raise if possibly_handled_error.is_a?(StandardError)
endLast updated
Was this helpful?
def initialize
super
rescue Exception => possibly_handled_error
raise if possibly_handled_error.is_a?(StandardError)
endLast updated
Was this helpful?
Was this helpful?