You are here

ExceptionInterface.php in Commerce Wishlist 8.3

File

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

namespace Drupal\commerce_wishlist\Exception;


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

}

Interfaces

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