Error due to passing positional arguments to a default constructor
is Exception
Thrown from Mu.new when positional arguments are passed to it.
For example
;A.new(2, 3);CATCH ;# OUTPUT: «X::Constructor::Positional: Default constructor for 'A' only takes named arguments»