Exception: Celluloid::SMTP::Error553

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 = "") ⇒ Error553

Returns a new instance of Error553.



87
88
89
# File 'lib/celluloid/smtp/connection/errors.rb', line 87

def initialize(msg="")
  super msg, 553, "Requested action not taken: mailbox name not allowed"
end