Exception: Celluloid::SMTP::Error552

Inherits:
Exception
  • Object
show all
Defined in:
lib/celluloid/smtp/connection/errors.rb

Instance Attribute Summary

Attributes inherited from Exception

#code, #text

Instance Method Summary collapse

Methods inherited from Exception

#result

Constructor Details

#initialize(msg = "") ⇒ Error552

Returns a new instance of Error552.



81
82
83
# File 'lib/celluloid/smtp/connection/errors.rb', line 81

def initialize(msg="")
  super msg, 552, "Requested mail action aborted: exceeded storage allocation"
end