You are here

CurrencyMismatchException.php in Price 8

File

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

namespace Drupal\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.