Closed AlyssaCote closed 12 months ago
I added a check for the manifest version in load_manifest of the ManifestReader. If the version is incorrect, an error_view is rendered that displays a MalformedManifestError that details the version incompatibility.
load_manifest
ManifestReader
error_view
MalformedManifestError
I added a check for the manifest version in
load_manifest
of theManifestReader
. If the version is incorrect, anerror_view
is rendered that displays aMalformedManifestError
that details the version incompatibility.