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