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