Class: Wee::NotFoundResponse

Inherits:
Response show all
Defined in:
lib/wee/response.rb

Instance Method Summary collapse

Constructor Details

#initializeNotFoundResponse

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