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.



63
64
65
66
# File 'lib/fontist/errors.rb', line 63

def initialize(version)
  super("Unsupported formula schema version: #{version}. " \
        "Supported versions: 4, 5")
end