Class: Wee::NotFoundResponse
- Defined in:
- lib/wee/response.rb
Instance Method Summary collapse
-
#initialize ⇒ NotFoundResponse
constructor
A new instance of NotFoundResponse.
Constructor Details
#initialize ⇒ NotFoundResponse
Returns a new instance of NotFoundResponse.
50 51 52 |
# File 'lib/wee/response.rb', line 50 def initialize super(['<title>404 - Not Found</title><h1>404 - Not Found</h1>'], 404) end |