Exception: Certynix::WebhookReplayError

Inherits:
Error
  • Object
show all
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

Constructor Details

#initialize(message) ⇒ WebhookReplayError

Returns a new instance of WebhookReplayError.



92
93
94
# File 'lib/certynix/errors.rb', line 92

def initialize(message)
  super(message: message, code: 'WEBHOOK_REPLAY_ATTACK', status_code: 0)
end