Exception: Fontist::Errors::FontconfigNotFoundError
- Inherits:
 - 
      GeneralError
      
        
- Object
 - StandardError
 - GeneralError
 - Fontist::Errors::FontconfigNotFoundError
 
 
- Defined in:
 - lib/fontist/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize  ⇒ FontconfigNotFoundError 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of FontconfigNotFoundError.
 
Constructor Details
#initialize ⇒ FontconfigNotFoundError
Returns a new instance of FontconfigNotFoundError.
      8 9 10  | 
    
      # File 'lib/fontist/errors.rb', line 8 def initialize super("Could not find fontconfig.") end  |