AlkantarClanX12

Your IP : 3.147.82.252


Current Path : /proc/self/root/opt/alt/ruby33/share/gems/gems/rake-13.1.0/lib/rake/
Upload File :
Current File : //proc/self/root/opt/alt/ruby33/share/gems/gems/rake-13.1.0/lib/rake/task_argument_error.rb

# frozen_string_literal: true
module Rake

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

end