class Passfort::Errors::ChargeableLimitReachedError

Specific error class for when the chargeable limit has been reached

Public Class Methods

new(*args) click to toggle source
Calls superclass method Passfort::Errors::APIError::new
# File lib/passfort/errors/chargeable_limit_reached_error.rb, line 7
def initialize(*args)
  super("Rate limit exceeded", *args)
end