Sha256: f4b72d04922cda86da62845930611e5a1e754b2825fe08bc4cf62eb8129f7edf
Contents?: true
Size: 236 Bytes
Versions: 2
Compression:
Stored size: 236 Bytes
Contents
# -*- encoding: utf-8 -*- module GitShizzle::Dsl class DuplicateCommandDefinitionError < GitShizzle::Error def initialize(command) super "The '#{command.identifier}' command was specified twice." end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
git_shizzle-0.2.8 | lib/git_shizzle/dsl/duplicate_command_definition_error.rb |
git_shizzle-0.2.6 | lib/git_shizzle/dsl/duplicate_command_definition_error.rb |