You are here

CurrencyMismatchException.php in Commerce Core 8.2

File

modules/price/src/Exception/CurrencyMismatchException.php
View source
<?php

namespace Drupal\commerce_price\Exception;


/**
 * Thrown when trying to operate on monetary values with different currencies.
 */
class CurrencyMismatchException extends \InvalidArgumentException {

}

Classes

Namesort descending Description
CurrencyMismatchException Thrown when trying to operate on monetary values with different currencies.