Exception: Fontist::Errors::UnsupportedSchemaVersionError
- Inherits:
-
GeneralError
- Object
- StandardError
- GeneralError
- Fontist::Errors::UnsupportedSchemaVersionError
- Defined in:
- lib/fontist/errors.rb
Instance Method Summary collapse
-
#initialize(version) ⇒ UnsupportedSchemaVersionError
constructor
A new instance of UnsupportedSchemaVersionError.
Constructor Details
#initialize(version) ⇒ UnsupportedSchemaVersionError
Returns a new instance of UnsupportedSchemaVersionError.
57 58 59 60 |
# File 'lib/fontist/errors.rb', line 57 def initialize(version) super("Unsupported formula schema version: #{version}. " \ "Supported versions: 4, 5") end |