You are here

ExceptionInterface.php in Commerce Core 8.2

File

modules/cart/src/Exception/ExceptionInterface.php
View source
<?php

namespace Drupal\commerce_cart\Exception;


/**
 * Exception interface for all exceptions thrown by the Cart module.
 */
interface ExceptionInterface {

}

Interfaces

Namesort descending Description
ExceptionInterface Exception interface for all exceptions thrown by the Cart module.