Exception: Locomotive::Mounter::DefaultException
- Inherits:
-
Exception
- Object
- Exception
- Locomotive::Mounter::DefaultException
- Defined in:
- lib/locomotive/mounter/exceptions.rb
Direct Known Subclasses
ApiReadException, ApiWriteException, DuplicateContentEntryException, FieldDoesNotExistException, ImplementationIsMissingException, ReaderException, UnknownContentTypeException, UnknownTemplateException, WriterException, WrongCredentials
Instance Method Summary collapse
-
#initialize(message = nil) ⇒ DefaultException
constructor
A new instance of DefaultException.
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( = nil) Locomotive::Mounter.logger.error super end |