class LastbillClient::Error::InvalidCredentials
@author ciappa_m@modulotech.fr 401 error sent by Lastbill server when trying to log in with invalid credentials
Public Class Methods
new(msg = "Invalid Login or Password")
click to toggle source
Calls superclass method
# File lib/lastbill_client/error/invalid_credentials.rb, line 8 def initialize(msg = "Invalid Login or Password") super(msg) end