class Commands::Track::TracksFileNotFoundError

Public Class Methods

new(path:) click to toggle source
Calls superclass method
# File lib/commands/track/errors.rb, line 52
def initialize(path:)
  super "Tracks file not found at: #{path}"
end