class Teaspoon::UnspecifiedDependencies
Public Class Methods
new(msg_or_options)
click to toggle source
Calls superclass method
# File lib/teaspoon/exceptions.rb, line 71 def initialize(msg_or_options) super(build_message(msg_or_options) do |options| "Missing dependencies: expected framework \"#{options[:framework]}\" (#{options[:version]}) to specify the `dependencies` option when registering." end) end