Exception: Hanami::Assets::ManifestMissingError
- Defined in:
- lib/hanami/sprockets/errors.rb
Overview
Error raised when the asset manifest cannot be found
Instance Method Summary collapse
-
#initialize(path) ⇒ ManifestMissingError
constructor
A new instance of ManifestMissingError.
Constructor Details
#initialize(path) ⇒ ManifestMissingError
Returns a new instance of ManifestMissingError.
24 25 26 |
# File 'lib/hanami/sprockets/errors.rb', line 24 def initialize(path) super("Missing manifest: #{path}") end |