class X::Constructor::Positional is Exception { }

Thrown from Mu.new when positional arguments are passed to it.

For example

class A { };
A.new(23);
CATCH { default { put .^name''.Str } };
# OUTPUT: «X::Constructor::Positional: Default constructor for 'A' only takes named arguments␤»

Typegraph§

Type relations for X::Constructor::Positional
raku-type-graph Positional Positional Mu Mu Any Any Any->Mu Stringy Stringy Uni Uni Uni->Positional Uni->Any Uni->Stringy Cool Cool Cool->Any Iterable Iterable List List List->Positional List->Cool List->Iterable Blob Blob Blob->Positional Blob->Stringy Range Range Range->Positional Range->Cool Range->Iterable Associative Associative IO::Path::Parts IO::Path::Parts IO::Path::Parts->Positional IO::Path::Parts->Any IO::Path::Parts->Iterable IO::Path::Parts->Associative NFD NFD NFD->Uni NFKD NFKD NFKD->Uni NFC NFC NFC->Uni NFKC NFKC NFKC->Uni Slip Slip Slip->List Array Array Array->List utf8 utf8 utf8->Any utf8->Blob Buf Buf Buf->Blob

Expand chart above