Exception: Broadside::Error

Inherits:
StandardError
  • Object
show all
Defined in:
lib/broadside/error.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Broadside encountered an error !') ⇒ Error



6
7
8
# File 'lib/broadside/error.rb', line 6

def initialize(msg = 'Broadside encountered an error !')
  super
end