class TandaCLI::Error::OutOfOrderClockIn

Defined in:

tanda_cli/error/out_of_order_clock_in.cr

Constructors

Instance methods inherited from class TandaCLI::Error::Base

error : String error, error_description : String | Nil error_description

Constructor methods inherited from class TandaCLI::Error::Base

new(error : String, error_description : String | Nil = nil) new

Instance methods inherited from module TandaCLI::Error::Interface

error : String error, error_description : String | Nil error_description

Constructor Detail

def self.new(time : Time, previous : Time) #

[View source]