commercetools-8.x-1.2-alpha1/src/Exception/CommercetoolsResourceNotFoundException.php
src/Exception/CommercetoolsResourceNotFoundException.php
<?php
namespace Drupal\commercetools\Exception;
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
/**
* Commercetools product is not found by its slug.
*/
class CommercetoolsResourceNotFoundException extends NotFoundHttpException {
}
