class Fontist::Errors::FontconfigFileNotFoundError
Public Class Methods
Source
# File lib/fontist/errors.rb, line 14 def initialize super("Fontist file could not be found in fontconfig configuration.") end
Calls superclass method
# File lib/fontist/errors.rb, line 14 def initialize super("Fontist file could not be found in fontconfig configuration.") end