AlkantarClanX12

Your IP : 3.129.247.250


Current Path : /proc/thread-self/root/opt/alt/ruby31/share/gems/gems/rake-13.0.6/lib/rake/
Upload File :
Current File : //proc/thread-self/root/opt/alt/ruby31/share/gems/gems/rake-13.0.6/lib/rake/task_argument_error.rb

# frozen_string_literal: true
module Rake

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

end