class Subdelayer::DelayError

Public Instance Methods

message() click to toggle source
# File lib/subdelayer.rb, line 13
def message
  "The delay is too big, causing some values to be negative or over 24 hours, which is not supported"
end