Repository URL to install this package:
|
Version:
0.9.7 ▾
|
module Lobbyist
class Error
# Raised when Customer Lobby returns the HTTP status code 406
class NotAcceptable < Lobbyist::Error::ClientError
HTTP_STATUS_CODE = 406
end
end
end