Exception: MimeActor::ActionNotImplemented

Inherits:
ActionError show all
Defined in:
lib/mime_actor/errors.rb

Instance Attribute Summary

Attributes inherited from ActionError

#action

Instance Method Summary collapse

Methods inherited from ActionError

#initialize

Methods inherited from Error

#inspect

Constructor Details

This class inherits a constructor from MimeActor::ActionError

Instance Method Details

#generate_messageObject



43
44
45
# File 'lib/mime_actor/errors.rb', line 43

def generate_message
  "action #{action.inspect} not implemented"
end