Exception: Wrangler::HttpNotFound
- Inherits:
-
HttpStatusError
- Object
- Exception
- HttpStatusError
- Wrangler::HttpNotFound
- Defined in:
- lib/wrangler/wrangler_exceptions.rb
Instance Attribute Summary
Attributes inherited from HttpStatusError
Instance Method Summary collapse
-
#initialize(msg = nil) ⇒ HttpNotFound
constructor
A new instance of HttpNotFound.
Methods inherited from HttpStatusError
Constructor Details
#initialize(msg = nil) ⇒ HttpNotFound
Returns a new instance of HttpNotFound.
48 |
# File 'lib/wrangler/wrangler_exceptions.rb', line 48 def initialize(msg = nil); super(404, msg); end |