class Fontist::Errors::FormulaNotFoundError
Public Class Methods
new(formula)
click to toggle source
Calls superclass method
# File lib/fontist/errors.rb, line 32 def initialize(formula) super(<<~MSG.chomp) Formula '#{formula}' not found locally nor available in the Fontist formula repository. Perhaps it is available at the latest Fontist formula repository. You can update the formula repository using the command `fontist update` and try again. MSG end