| Class | StandardError |
| In: |
lib/serverside/http/error.rb
|
| Parent: | Object |
StandardError extensions.
Sets the HTTP status code associated with the error class.
# File lib/serverside/http/error.rb, line 9
9: def self.set_http_status(value)
10: define_method(:http_status) {value}
11: end