Exception: Teaspoon::UnspecifiedDependencies
- Defined in:
- lib/teaspoon/exceptions.rb
Instance Method Summary collapse
-
#initialize(msg_or_options) ⇒ UnspecifiedDependencies
constructor
A new instance of UnspecifiedDependencies.
Constructor Details
#initialize(msg_or_options) ⇒ UnspecifiedDependencies
Returns a new instance of UnspecifiedDependencies.
71 72 73 74 75 |
# File 'lib/teaspoon/exceptions.rb', line 71 def initialize() super(() do || "Missing dependencies: expected framework \"#{options[:framework]}\" (#{options[:version]}) to specify the `dependencies` option when registering." end) end |