Exception: RemoveBg::FileMissingError
- Defined in:
- lib/remove_bg/error.rb
Instance Attribute Summary
Attributes inherited from FileError
Instance Method Summary collapse
-
#initialize(file_path) ⇒ FileMissingError
constructor
A new instance of FileMissingError.
Constructor Details
#initialize(file_path) ⇒ FileMissingError
Returns a new instance of FileMissingError.
46 47 48 |
# File 'lib/remove_bg/error.rb', line 46 def initialize(file_path) super("The file doesn't exist: '#{file_path}'", file_path) end |