Exception: Vibe::Error::Unauthorized

Inherits:
ServiceError show all
Defined in:
lib/vibe/error/unauthorized.rb

Instance Attribute Summary

Attributes inherited from ServiceError

#http_headers

Attributes inherited from VibeError

#response_headers, #response_message

Instance Method Summary collapse

Methods inherited from ServiceError

#generate_message

Constructor Details

#initialize(env) ⇒ Unauthorized

Returns a new instance of Unauthorized.



5
6
7
# File 'lib/vibe/error/unauthorized.rb', line 5

def initialize(env)
  super(env)
end