Class
Mail::LDA::DeliveryComplete
In:
/home/matt/rubymail/mail/lda.rb
Parent:
StandardError
A
DeliveryComplete
exception is one that indicates that
Mail::LDA
's delivery process is now complete and. The
DeliveryComplete
exception is never thrown itself, but its various subclasses are.
Methods
new
Public Class methods
new
(message)
Create a new
DeliveryComplete
exception with a given
message
.