Exception: Infuser::Error

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

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ Error

Returns a new instance of Error.



5
6
7
8
# File 'lib/infuser/exceptions.rb', line 5

def initialize msg
  Infuser.logger.error msg
  super msg
end