Exception: Celluloid::SMTP::Error451
- Defined in:
- lib/celluloid/smtp/connection/errors.rb
Instance Attribute Summary
Attributes inherited from Exception
Instance Method Summary collapse
-
#initialize(msg = "") ⇒ Error451
constructor
A new instance of Error451.
Methods inherited from Exception
Constructor Details
#initialize(msg = "") ⇒ Error451
Returns a new instance of Error451.
27 28 29 |
# File 'lib/celluloid/smtp/connection/errors.rb', line 27 def initialize(msg="") super msg, 451, "Requested action aborted: local error in processing" end |