Repository URL to install this package:
Version:
0.8.97 ▾
|
module Lobbyist
class Error
# Raised when Customer Lobby returns the HTTP status code 400
class BadRequest < Lobbyist::Error::ClientError
HTTP_STATUS_CODE = 400
MESSAGE = "Bad or invalid request"
end
end
end