Exception: WOFF::FontNotFoundError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/woff.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "The font file could not be located. Font building failed.") ⇒ FontNotFoundError

Returns a new instance of FontNotFoundError.



11
12
13
# File 'lib/woff.rb', line 11

def initialize(msg = "The font file could not be located. Font building failed.")
  super(msg)
end