Exception: Expressir::ManifestNotFoundError
- Inherits:
-
FileNotFoundError
- Object
- StandardError
- Error
- FileNotFoundError
- Expressir::ManifestNotFoundError
- Defined in:
- lib/expressir/errors.rb
Instance Attribute Summary
Attributes inherited from FileNotFoundError
Attributes inherited from Error
Instance Method Summary collapse
-
#initialize(file_path) ⇒ ManifestNotFoundError
constructor
A new instance of ManifestNotFoundError.
Constructor Details
#initialize(file_path) ⇒ ManifestNotFoundError
Returns a new instance of ManifestNotFoundError.
26 27 28 |
# File 'lib/expressir/errors.rb', line 26 def initialize(file_path) super(file_path, file_type: "Manifest file") end |