Class: ServerError (WEBrick)

Overview
Module Structure
Class Hierarchy
is a submodule of
module: WEBrick   
has modular siblings
class: SimpleServer   
class: Daemon   
class: GenericServer   
class: HTTPServerError   
class: HTTPServer   
module: HTTPServlet   
class: HTTPRequest   
class: HTTPResponse   
module: HTTPStatus   
module: HTTPUtils   
class: HTTPVersion   
module: HTTPAuth   
module: Config   
module: Utils   
class: CGI   
class: Cookie   
module: HTMLUtils   
class: HTTPProxyServer   
class: BasicLog   
class: Log   
module: AccessLog   
inherits from
  StandardError ( Builtin-Module )
is inherited by
  HTTPServerError ( WEBrick )
has class siblings
  HTTPServletError ( WEBrick::HTTPServlet )
  Status ( WEBrick::HTTPStatus )
  EOFError ( WEBrick::HTTPStatus )
  AccessLogError ( WEBrick::AccessLog )
is defined at
#19 in webrick/server.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: <Built-in Module>
class: StandardError     
  module: WEBrick
✗ class: ServerError
  class: SimpleServer
  class: Daemon
  class: GenericServer
  class: HTTPServerError
  class: HTTPServer
  module: HTTPServlet
class: HTTPServletError     
  class: HTTPRequest
  class: HTTPResponse
  module: HTTPStatus
class: Status     
class: EOFError     
  module: HTTPUtils
  class: HTTPVersion
  module: HTTPAuth
  module: Config
  module: Utils
  class: CGI
  class: Cookie
  module: HTMLUtils
  class: HTTPProxyServer
  class: BasicLog
  class: Log
  module: AccessLog
class: AccessLogError