Sha256: abfeb4cdcabb2f80eacab5c76a127344418d5fd335bf61fb4dc87842191032ed
Contents?: true
Size: 201 Bytes
Versions: 3
Compression:
Stored size: 201 Bytes
Contents
class Hornsby class ScenarioNotFoundError < NameError def initialize(*args) @scenarios = args end def to_s "Scenario(s) not found '#{@scenarios.join(',')}'" end end end
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
sinsiliux-hornsby-0.4.0 | lib/hornsby/errors.rb |
sinsiliux-hornsby-0.4.1 | lib/hornsby/errors.rb |
hornsby-0.4.2 | lib/hornsby/errors.rb |