Class: Bard::CLI::NonFastForwardError

Inherits:
Error
  • Object
show all
Defined in:
lib/bard/error.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



3
4
5
# File 'lib/bard/error.rb', line 3

def message
  "Someone has pushed some changes since you last pulled.\n  Kindly run bard pull, ensure that your your changes still work, and try again"
end