Exception: Vibe::Error::Forbidden

Inherits:
ServiceError show all
Defined in:
lib/vibe/error/forbidden.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) ⇒ Forbidden

Returns a new instance of Forbidden.



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

def initialize(env)
  super(env)
end