Exception: Certynix::WebhookReplayError
- Defined in:
- lib/certynix/errors.rb
Overview
Timestamp fora do prazo
Instance Attribute Summary
Attributes inherited from Error
#code, #request_id, #status_code
Instance Method Summary collapse
-
#initialize(message) ⇒ WebhookReplayError
constructor
A new instance of WebhookReplayError.
Constructor Details
#initialize(message) ⇒ WebhookReplayError
Returns a new instance of WebhookReplayError.
92 93 94 |
# File 'lib/certynix/errors.rb', line 92 def initialize() super(message: , code: 'WEBHOOK_REPLAY_ATTACK', status_code: 0) end |