Exception: Locomotive::Mounter::DefaultException

Inherits:
Exception
  • Object
show all
Defined in:
lib/locomotive/mounter/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(message = nil) ⇒ DefaultException

Returns a new instance of DefaultException.



6
7
8
9
# File 'lib/locomotive/mounter/exceptions.rb', line 6

def initialize(message = nil)
  Locomotive::Mounter.logger.error message
  super
end