class TrailGuide::NoExperimentsError

Public Class Methods

new(key) click to toggle source
Calls superclass method
# File lib/trail_guide/errors.rb, line 8
def initialize(key)
  super("Could not find any experiments matching '#{key}'")
end