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