1 2 3 4 5 6 7
module Rake # Error indicating an ill-formed task declaration. class TaskArgumentError < ArgumentError end end