class LastbillClient::Error::NoPrivateToken

@author ciappa_m@modulotech.fr 403 error sent by Lastbill server when trying to log in and user has no token

Public Class Methods

new(msg = "User has no private token assigned") click to toggle source
Calls superclass method LastbillClient::Error::Forbidden::new
# File lib/lastbill_client/error/no_private_token.rb, line 8
def initialize(msg = "User has no private token assigned")
  super(msg)
end