Exception: WEBrick::HTTPStatus::Error
Relationships & Source Files | |
Extension / Inclusion / Inheritance Descendants | |
Subclasses:
|
|
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
Status ,
StandardError
|
|
Instance Chain:
self,
Status ,
StandardError
|
|
Inherits: |
WEBrick::HTTPStatus::Status
|
Defined in: | lib/webrick/httpstatus.rb |
Overview
Root of the HTTP error statuses
Class Attribute Summary
Status
- Inherited
Instance Method Summary
Status
- Inherited
#code | Returns the HTTP status code. |
#reason_phrase | Returns the HTTP status description. |
#to_i | Alias for Status#code. |