Class
Rucy::HTTPError
In:
lib_core/rucy/error.rb
Parent:
StandardError
Methods
each_header
header
new
set_header
Attributes
status
[R]
Public Class methods
new
(status=500, messg=nil)
Public Instance methods
each_header
() {|name, value| ...}
header
(name)
set_header
(name, value)
[Validate]