Exception: Ginatra::InvalidCommit

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

Instance Method Summary collapse

Constructor Details

#initialize(id) ⇒ InvalidCommit



21
22
23
# File 'lib/ginatra.rb', line 21

def initialize(id)
  super("Could not find a commit with the id of #{id}")
end