class Tr3llo::BoardNotSelectedError

Public Instance Methods

message() click to toggle source
# File lib/3llo/errors.rb, line 3
def message
  "Board has not been selected. Run 'board select' to select board"
end