Exception: Vibe::Error::BadRequest

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

Overview

Raised when Vibe returns the HTTP status code 400

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) ⇒ BadRequest

Returns a new instance of BadRequest.



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

def initialize(env)
  super(env)
end