class Fontist::Errors::FontconfigNotFoundError

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/fontist/errors.rb, line 8
def initialize
  super("Could not find fontconfig.")
end