=begin pod =TITLE class X::Constructor::Positional class X::Constructor::Positional is Exception { } Thrown from L when positional arguments are passed to it. For example class A { } A.new(2, 3) dies with Default constructor only takes named arguments =end pod