acquia_commercemanager-8.x-1.122/modules/acm/src/Connector/CustomerNotFoundException.php
modules/acm/src/Connector/CustomerNotFoundException.php
<?php
namespace Drupal\acm\Connector;
/**
* Class CustomerNotFoundException.
*
* @package Drupal\acm\Connector
*
* @ingroup acm
*/
class CustomerNotFoundException extends ConnectorException {
const CUSTOMER_NOT_FOUND_CODE = 32;
const CUSTOMER_NOT_FOUND_MESSAGE = "Customer not found";
}
