commerce-8.x-2.8/modules/price/src/Exception/CurrencyMismatchException.php
modules/price/src/Exception/CurrencyMismatchException.php
<?php
namespace Drupal\commerce_price\Exception;
/**
* Thrown when trying to operate on monetary values with different currencies.
*/
class CurrencyMismatchException extends \InvalidArgumentException {}
