Exception: Ducalis::MissingGit

Inherits:
StandardError
  • Object
show all
Defined in:
lib/ducalis/errors.rb

Constant Summary collapse

MESSAGE =
"Can't find .git folder.".freeze

Instance Method Summary collapse

Constructor Details

#initialize(msg = MESSAGE) ⇒ MissingGit

Returns a new instance of MissingGit.



7
8
9
# File 'lib/ducalis/errors.rb', line 7

def initialize(msg = MESSAGE)
  super
end