commercetools-8.x-1.2-alpha1/src/Exception/CommercetoolsInvalidGraphqlRequestException.php

src/Exception/CommercetoolsInvalidGraphqlRequestException.php
<?php

namespace Drupal\commercetools\Exception;

/**
 * Exception thrown when the Commercetools module has no configured credentials.
 */
class CommercetoolsInvalidGraphqlRequestException extends \RuntimeException {

  /**
   * {@inheritdoc}
   */
  public function __construct(?string $message = NULL, int $code = 0, ?\Throwable $previous = NULL) {
    $message ??= "Invalid commercetools GraphQL request";
    parent::__construct($message, $code, $previous);
  }

}

Главная | Обратная связь

drupal hosting | друпал хостинг | it patrol .inc