Sha256: 6bee0e6b174623140a8b81f02d5eced0baf8cf6f43a6cfd44d12c9463e2359dd

Contents?: true

Size: 211 Bytes

Versions: 2

Compression:

Stored size: 211 Bytes

Contents

# -*- encoding: utf-8 -*-

module GitShizzle::Dsl
  class CommandNotFoundError < GitShizzle::Error
    def initialize(identifier)
      super "Could not find '#{identifier}' command."
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
git_shizzle-0.2.8 lib/git_shizzle/dsl/command_not_found_error.rb
git_shizzle-0.2.6 lib/git_shizzle/dsl/command_not_found_error.rb