class LastbillClient::Error::Forbidden
@author ciappa_m@modulotech.fr Generic
403 error sent by Lastbill server
Public Class Methods
new(msg = "403 Forbidden")
click to toggle source
Calls superclass method
# File lib/lastbill_client/error/forbidden.rb, line 8 def initialize(msg = "403 Forbidden") super(status: :forbidden, message: msg) end