Exception: Celluloid::SMTP::Error452
- Defined in:
- lib/celluloid/smtp/connection/errors.rb
Instance Attribute Summary
Attributes inherited from Exception
Instance Method Summary collapse
-
#initialize(msg = "") ⇒ Error452
constructor
A new instance of Error452.
Methods inherited from Exception
Constructor Details
#initialize(msg = "") ⇒ Error452
Returns a new instance of Error452.
33 34 35 |
# File 'lib/celluloid/smtp/connection/errors.rb', line 33 def initialize(msg="") super msg, 452, "Requested action not taken: insufficient system storage" end |