LiveVersionDeleteException example


        return new InvalidVersionNameException();
    }

    public static function salesChannelNotFound(): ShopwareHttpException
    {
        return new SalesChannelNotFoundException();
    }

    public static function deleteLiveVersion(): ShopwareHttpException
    {
        return new LiveVersionDeleteException();
    }

    /** * @param array<mixed> $payload */
    public static function resourceNotFound(string $entity, array $payload): ShopwareHttpException
    {
        return new ResourceNotFoundException($entity$payload);
    }

    public static function unsupportedOperation(string $operation): self
    {
Home | Imprint | This part of the site doesn't use cookies.