Libraries
»
gin
(1.2.1)
»
Index (N)
»
Gin
»
NotFound
Exception: Gin::NotFound
Inherits:
NameError
Object
NameError
Gin::NotFound
show all
Defined in:
lib/gin.rb
Instance Method Summary
collapse
#
http_status
⇒ Object
Instance Method Details
#
http_status
⇒
Object
18
# File 'lib/gin.rb', line 18
def
http_status
;
404
;
end