Exception: Celluloid::SMTP::Error421
- Defined in:
- lib/celluloid/smtp/connection/errors.rb
Instance Attribute Summary
Attributes inherited from Exception
Instance Method Summary collapse
-
#initialize(msg = "") ⇒ Error421
constructor
A new instance of Error421.
Methods inherited from Exception
Constructor Details
#initialize(msg = "") ⇒ Error421
Returns a new instance of Error421.
15 16 17 |
# File 'lib/celluloid/smtp/connection/errors.rb', line 15 def initialize(msg="") super msg, 421, "Service not available, closing transmission channel" end |