Unexpected response from the server.
ReadTimeout
, a subclass of Timeout::Error
, is raised if a chunk of the response cannot be read within the read_timeout.
Represents an SMTP
authentication error.
Represents SMTP
error code 420 or 450, a temporary error.
Represents a fatal SMTP
error (error code 5xx, except for 500)
Unexpected reply code returned from server.
Command is not supported on server.
Simple option list providing mapping from short and/or long option string to OptionParser::Switch
and mapping from acceptable argument to matching pattern and converter pair. Also provides summary feature.
Base class of exceptions from OptionParser
.
Indicates a timeout resolving a name or address.
Resolv::Hosts
is a hostname resolver that uses the system hosts file.
This class needs:
Documentation
Work! Not all types of attlists are intelligently parsed, so we just
spew back out what we get in. This works, but it would be better if we formatted the output ourselves.
AttlistDecls provide just enough support to allow namespace declarations. If you need some sort of generalized support, or have an interesting idea about how to map the hideous, terrible design of DTD
AttlistDecls onto an intuitive Ruby interface, let me know. I’m desperate for anything to make DTDs more palateable.
Represents an XML
Instruction
; IE, <? … ?> TODO: Add parent arg (3rd arg) to constructor
A parent has children, and has methods for accessing them. The Parent
class is never encountered except as the superclass for some other object.
Rinda
error base class
An SimpleRenewer
allows a TupleSpace
to check if a TupleEntry
is still alive.
The basic error all other RSS
errors stem from. Rescue this error if you want to handle any given RSS
error and you don’t care about the details.
The InvalidRSSError
error is the base class for a variety of errors related to a poorly-formed RSS
feed. Rescue this error if you only care that a file could be invalid, but don’t care how it is invalid.