Exception: Bluzelle::Error::Error

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

Direct Known Subclasses

ApiError

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Error occurred') ⇒ Error

Returns a new instance of Error.



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

def initialize(msg = 'Error occurred')
  super(msg)
end