class AocCli::Errors::KeyNil
Public Instance Methods
message()
click to toggle source
# File lib/aoc_cli/errors.rb, line 112 def message <<~error #{ERROR}: No session key value. Use the #{"-k".yellow} or #{"--key".yellow} flags to store the key error end