Exception: BlueparkError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/bluepark/errors/bluepark_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Some error occurred') ⇒ BlueparkError

Returns a new instance of BlueparkError.



2
3
4
# File 'lib/bluepark/errors/bluepark_error.rb', line 2

def initialize(msg = 'Some error occurred')
  super(msg)
end