Exception: Teaspoon::EnvironmentNotFound
- Defined in:
- lib/teaspoon/exceptions.rb
Instance Method Summary collapse
-
#initialize(msg_or_options) ⇒ EnvironmentNotFound
constructor
A new instance of EnvironmentNotFound.
Constructor Details
#initialize(msg_or_options) ⇒ EnvironmentNotFound
Returns a new instance of EnvironmentNotFound.
18 19 20 21 22 |
# File 'lib/teaspoon/exceptions.rb', line 18 def initialize() super(() do || "Unable to locate environment; searched in [#{options[:searched]}]. Have you run the installer?" end) end |