ExceptionInterface.php in Commerce Wishlist 8.3
Namespace
Drupal\commerce_wishlist\ExceptionFile
src/Exception/ExceptionInterface.phpView source
<?php
namespace Drupal\commerce_wishlist\Exception;
/**
* Exception interface for all exceptions thrown by the Wishlist module.
*/
interface ExceptionInterface {
}
Interfaces
Name | Description |
---|---|
ExceptionInterface | Exception interface for all exceptions thrown by the Wishlist module. |