Error compiling Internet Pack

The error in the remote referenced project:

Ah damn. i had moved

constructor(aMessage: not nullable String; aException: not nullable Exception);

down into the base class, but because ArgumentException defines its own .ctor overloads, that one gets hidden. Fixed in Island RTL GitHub (but sadly not in time for today’s build).

1 Like

Fix actually made it into 11.0.0.2739 after all…

1 Like