Exception: Celluloid::SMTP::Error503
- Defined in:
- lib/celluloid/smtp/connection/errors.rb
Instance Attribute Summary
Attributes inherited from Exception
Instance Method Summary collapse
-
#initialize(msg = "") ⇒ Error503
constructor
A new instance of Error503.
Methods inherited from Exception
Constructor Details
#initialize(msg = "") ⇒ Error503
Returns a new instance of Error503.
57 58 59 |
# File 'lib/celluloid/smtp/connection/errors.rb', line 57 def initialize(msg="") super msg, 503, "Bad sequence of commands" end |