Class NFSN::BadTimestampError
In: nfsn-api.rb
Parent: NFSN::Error
Error BadAuthenticationError BadTimestampError NotImplementedError APIObject Member Email Account Site DNS ::Exception Manager LogDevice NFSN dot/f_0.png

Methods

new  

Public Class methods

[Source]

# File nfsn-api.rb, line 64
        def initialize(detail, delta)
                super("Timestamp was out of range (by #{delta}s)", detail)
        end

[Validate]