Your IP : 18.226.52.26


Current Path : /opt/alt/ruby30/share/gems/gems/rake-13.0.3/lib/rake/
Upload File :
Current File : //opt/alt/ruby30/share/gems/gems/rake-13.0.3/lib/rake/task_argument_error.rb

# frozen_string_literal: true
module Rake

  # Error indicating an ill-formed task declaration.
  class TaskArgumentError < ArgumentError
  end

end

?>