Exception: Celluloid::SMTP::Error502
- Defined in:
- lib/celluloid/smtp/connection/errors.rb
Instance Attribute Summary
Attributes inherited from Exception
Instance Method Summary collapse
-
#initialize(msg = "") ⇒ Error502
constructor
A new instance of Error502.
Methods inherited from Exception
Constructor Details
#initialize(msg = "") ⇒ Error502
Returns a new instance of Error502.
51 52 53 |
# File 'lib/celluloid/smtp/connection/errors.rb', line 51 def initialize(msg="") super msg, 502, "Command not implemented" end |