Exception: GitShizzle::Dsl::CommandNotFoundError

Inherits:
Error
  • Object
show all
Defined in:
lib/git_shizzle/dsl/command_not_found_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(identifier) ⇒ CommandNotFoundError

Returns a new instance of CommandNotFoundError.



5
6
7
# File 'lib/git_shizzle/dsl/command_not_found_error.rb', line 5

def initialize(identifier)
  super "Could not find '#{identifier}' command."
end