Exception: MimeActor::ActionNotImplemented
- Inherits:
-
ActionError
- Object
- StandardError
- Error
- ActionError
- MimeActor::ActionNotImplemented
- Defined in:
- lib/mime_actor/errors.rb
Instance Attribute Summary
Attributes inherited from ActionError
Instance Method Summary collapse
Methods inherited from ActionError
Methods inherited from Error
Constructor Details
This class inherits a constructor from MimeActor::ActionError
Instance Method Details
#generate_message ⇒ Object
43 44 45 |
# File 'lib/mime_actor/errors.rb', line 43 def "action #{action.inspect} not implemented" end |