params( $msg->getLanguage()->formatComputingNumbers( $maxImageArea, 1000, "size-$1pixel" ) ); parent::__construct( 'thumbnail_error', max( $params['width'] ?? 0, 120 ), max( $params['height'] ?? 0, 120 ), $msg ); } function getHttpStatusCode() { return 400; } }