class Omnitest::Psychic::ScriptNotRunnable

Public Class Methods

new(script) click to toggle source
Calls superclass method
# File lib/omnitest/psychic/error.rb, line 10
def initialize(script)
  super("no active script factories no how to run #{script.source_file}")
end