class Fontist::Errors::FontconfigFileNotFoundError

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/fontist/errors.rb, line 14
def initialize
  super("Fontist file could not be found in fontconfig configuration.")
end