Exception: MimeActor::ActorNotFound

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

Instance Attribute Summary

Attributes inherited from ActorError

#actor

Instance Method Summary collapse

Methods inherited from ActorError

#initialize

Methods inherited from Error

#inspect

Constructor Details

This class inherits a constructor from MimeActor::ActorError

Instance Method Details

#generate_messageObject



28
29
30
# File 'lib/mime_actor/errors.rb', line 28

def generate_message
  "#{actor.inspect} not found"
end