class WOFF::FontNotFoundError

Public Class Methods

new(msg = "The font file could not be located. Font building failed.") click to toggle source
Calls superclass method
# File lib/woff.rb, line 11
def initialize(msg = "The font file could not be located. Font building failed.")
  super(msg)
end