Exception: Passfort::Errors::ChargeableLimitReachedError

Inherits:
APIError
  • Object
show all
Defined in:
lib/passfort/errors/chargeable_limit_reached_error.rb

Overview

Specific error class for when the chargeable limit has been reached

Instance Attribute Summary

Attributes inherited from APIError

#errors, #response

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ ChargeableLimitReachedError

Returns a new instance of ChargeableLimitReachedError.



7
8
9
# File 'lib/passfort/errors/chargeable_limit_reached_error.rb', line 7

def initialize(*args)
  super("Rate limit exceeded", *args)
end