Exception: Celluloid::SMTP::Error500
- Defined in:
- lib/celluloid/smtp/connection/errors.rb
Instance Attribute Summary
Attributes inherited from Exception
Instance Method Summary collapse
-
#initialize(msg = "") ⇒ Error500
constructor
A new instance of Error500.
Methods inherited from Exception
Constructor Details
#initialize(msg = "") ⇒ Error500
Returns a new instance of Error500.
39 40 41 |
# File 'lib/celluloid/smtp/connection/errors.rb', line 39 def initialize(msg="") super msg, 500, "Syntax error, command unrecognised or error in parameters or arguments" end |