Exception: Lotus::Assets::MissingDigestManifestError Private

Inherits:
Error
  • Object
show all
Defined in:
lib/lotus/assets/config/manifest.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

This error is raised when the application starts but can’t be load the digest manifest.

Since:

  • 0.1.0

Instance Method Summary collapse

Constructor Details

#initialize(path) ⇒ MissingDigestManifestError

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns a new instance of MissingDigestManifestError.

Since:

  • 0.1.0



9
10
11
# File 'lib/lotus/assets/config/manifest.rb', line 9

def initialize(path)
  super("Can't read manifest: #{ path }")
end