Exception: Hanami::Assets::MissingManifestFileError Private
- Defined in:
- lib/hanami/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 manifest file.
Instance Method Summary collapse
-
#initialize(path) ⇒ MissingManifestFileError
constructor
private
A new instance of MissingManifestFileError.
Constructor Details
#initialize(path) ⇒ MissingManifestFileError
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 MissingManifestFileError.
9 10 11 |
# File 'lib/hanami/assets/config/manifest.rb', line 9 def initialize(path) super("Can't read manifest: #{path}") end |