Sha256: 65c8b324dc3b68b0656e75f1d4c94dadb9c52ebc1f4c7b0f5abe535d6ae706b2
Contents?: true
Size: 404 Bytes
Versions: 1
Compression:
Stored size: 404 Bytes
Contents
module Omnitest class Psychic class TaskNotImplementedError < NotImplementedError def initialize(task_alias) super("no active task factories can run a task named #{task_alias}") end end class ScriptNotRunnable < NotImplementedError def initialize(script) super("no active script factories no how to run #{script.source_file}") end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
omnitest-psychic-0.0.9 | lib/omnitest/psychic/error.rb |