Exception: Fontist::Errors::FontconfigNotFoundError

Inherits:
GeneralError
  • Object
show all
Defined in:
lib/fontist/errors.rb

Instance Method Summary collapse

Constructor Details

#initializeFontconfigNotFoundError

Returns a new instance of FontconfigNotFoundError.



8
9
10
# File 'lib/fontist/errors.rb', line 8

def initialize
  super("Could not find fontconfig.")
end