class LastbillClient::Error::InternalServerError

@author ciappa_m@modulotech.fr Generic 500 error sent by Lastbill server

Public Class Methods

new(msg = "An unknown error occured") click to toggle source
Calls superclass method LastbillClient::Error::Generic::new
# File lib/lastbill_client/error/internal_server_error.rb, line 8
def initialize(msg = "An unknown error occured")
  super(message: msg)
end