ExchangeRatesDataMismatchException.php in Commerce Exchanger 8
Namespace
Drupal\commerce_exchanger\ExceptionFile
src/Exception/ExchangeRatesDataMismatchException.phpView source
<?php
namespace Drupal\commerce_exchanger\Exception;
/**
* Thrown when trying to deal with invalid data structure.
*/
class ExchangeRatesDataMismatchException extends \InvalidArgumentException {
}
Classes
Name | Description |
---|---|
ExchangeRatesDataMismatchException | Thrown when trying to deal with invalid data structure. |