If the number of arguments passed to a constructor is incorrect, the error message refers to "my", which doesn't exist in Itcl. For example:
package require Itcl
itcl::class C {constructor x {}}
C #auto
Output:
wrong # args: should be "my constructor x"