Class: Commands::Track::TracksFileNotFoundError
- Inherits:
-
Thor::Error
- Object
- Thor::Error
- Commands::Track::TracksFileNotFoundError
- Defined in:
- lib/commands/track/errors.rb
Instance Method Summary collapse
-
#initialize(path:) ⇒ TracksFileNotFoundError
constructor
A new instance of TracksFileNotFoundError.
Constructor Details
#initialize(path:) ⇒ TracksFileNotFoundError
Returns a new instance of TracksFileNotFoundError.
52 53 54 |
# File 'lib/commands/track/errors.rb', line 52 def initialize(path:) super "Tracks file not found at: #{path}" end |