class Teaspoon::EnvironmentNotFound
Public Class Methods
new(msg_or_options)
click to toggle source
Calls superclass method
# File lib/teaspoon/exceptions.rb, line 18 def initialize(msg_or_options) super(build_message(msg_or_options) do |options| "Unable to locate environment; searched in [#{options[:searched]}]. Have you run the installer?" end) end