Exception: BareException

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = nil) ⇒ BareException

Returns a new instance of BareException.



3
4
5
# File 'lib/exceptions.rb', line 3

def initialize(msg=nil)
  super
end