Exception: Fontist::Errors::FontconfigFileNotFoundError

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

Instance Method Summary collapse

Constructor Details

#initializeFontconfigFileNotFoundError

Returns a new instance of FontconfigFileNotFoundError.



14
15
16
# File 'lib/fontist/errors.rb', line 14

def initialize
  super("Fontist file could not be found in fontconfig configuration.")
end