Exception: Tr3llo::BoardNotSelectedError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/3llo/errors.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



3
4
5
# File 'lib/3llo/errors.rb', line 3

def message
  "Board has not been selected. Run 'board select' to select board"
end