Exception: Fontist::Errors::SourceNotFoundError

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

Instance Method Summary collapse

Constructor Details

#initialize(path) ⇒ SourceNotFoundError

Returns a new instance of SourceNotFoundError.



240
241
242
# File 'lib/fontist/errors.rb', line 240

def initialize(path)
  super("Source font file not found: #{path}")
end