Class: ProtocolError (Net)

Overview
Module Structure
Class Hierarchy
is a submodule of
module: Net   
inherits from
  StandardError ( Builtin-Module )
is inherited by
  ProtoSyntaxError ( Net )
  ProtoFatalError ( Net )
  ProtoUnknownError ( Net )
  ProtoServerError ( Net )
  ProtoAuthError ( Net )
  ProtoCommandError ( Net )
  ProtoRetriableError ( Net )
  HTTPError ( Net )
  SMTPUnsupportedCommand ( Net )
  POPError ( Net )
is defined at
#38 in net/protocol.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: <Built-in Module>
class: StandardError     
  module: Net
class: ProtocolError     
class: ProtoSyntaxError     
class: ProtoFatalError     
class: ProtoUnknownError     
class: ProtoServerError     
class: ProtoAuthError     
class: ProtoCommandError     
class: ProtoRetriableError     
class: HTTPError     
class: SMTPUnsupportedCommand     
class: POPError     

Class Hierarchy

Object ( Builtin-Module )
Exception ( Builtin-Module )
StandardError ( Builtin-Module )
ProtocolError ( Net )
  ProtoSyntaxError     
  ProtoFatalError     
  ProtoUnknownError     
  ProtoServerError     
  ProtoAuthError     
  ProtoCommandError     
  ProtoRetriableError     
  HTTPError     
  SMTPUnsupportedCommand     
  POPError