Class: Commands::Track::TracksFileNotFoundError

Inherits:
Thor::Error
  • Object
show all
Defined in:
lib/commands/track/errors.rb

Instance Method Summary collapse

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