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