Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 161 Bytes

exception_handling.md

File metadata and controls

9 lines (5 loc) · 161 Bytes

!!Work in progress!!

  • Inherit from StandardError not Exception

(explain why)

  • Consider using MyError = Class.new(StandardError) syntax

(explain why)