ExceptionInterface.php in Commerce Core 8.2
Namespace
Drupal\commerce_cart\ExceptionFile
modules/cart/src/Exception/ExceptionInterface.phpView source
<?php
namespace Drupal\commerce_cart\Exception;
/**
* Exception interface for all exceptions thrown by the Cart module.
*/
interface ExceptionInterface {
}
Interfaces
Name | Description |
---|---|
ExceptionInterface | Exception interface for all exceptions thrown by the Cart module. |