Overrides UnexpectedTypeException::__construct
public function __construct(mixed $value, string $expectedType) { parent::__construct($value, $expectedType); }