Exception: Fontist::Errors::SourceNotFoundError
- Inherits:
-
GeneralError
- Object
- StandardError
- GeneralError
- Fontist::Errors::SourceNotFoundError
- Defined in:
- lib/fontist/errors.rb
Instance Method Summary collapse
-
#initialize(path) ⇒ SourceNotFoundError
constructor
A new instance of SourceNotFoundError.
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 |