Exception: Trav3::InvalidRepository

Inherits:
StandardError
  • Object
show all
Defined in:
lib/trav3/error/invalid_repository.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



5
6
7
8
9
# File 'lib/trav3/error/invalid_repository.rb', line 5

def message
  "The repository format was invalid.
  You must either provide the digit name for the repository,
  or `user/repo` or `user%2Frepo` as the name."
end