class ExchangeRatesDataMismatchException in Commerce Exchanger 8
Thrown when trying to deal with invalid data structure.
Hierarchy
- class \Drupal\commerce_exchanger\Exception\ExchangeRatesDataMismatchException extends \Drupal\commerce_exchanger\Exception\InvalidArgumentException
Expanded class hierarchy of ExchangeRatesDataMismatchException
3 files declare their use of ExchangeRatesDataMismatchException
- AbstractExchangerCalculator.php in src/
AbstractExchangerCalculator.php - CommerceExchangerCalculatorTest.php in tests/
src/ Kernel/ CommerceExchangerCalculatorTest.php - CommerceExchangerTest.php in tests/
src/ FunctionalJavascript/ CommerceExchangerTest.php
File
- src/
Exception/ ExchangeRatesDataMismatchException.php, line 8
Namespace
Drupal\commerce_exchanger\ExceptionView source
class ExchangeRatesDataMismatchException extends \InvalidArgumentException {
}