Exception: Fontist::Errors::UnsupportedSchemaVersionError

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

Instance Method Summary collapse

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