class Teaspoon::DependencyError
Public Class Methods
new(msg = nil)
click to toggle source
Calls superclass method
# File lib/teaspoon/exceptions.rb, line 118 def initialize(msg = nil) msg ||= "Problem calling out to an external dependency." super(msg) end