You are here

class ExchangeRatesDataMismatchException in Commerce Exchanger 8

Thrown when trying to deal with invalid data structure.

Hierarchy

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\Exception
View source
class ExchangeRatesDataMismatchException extends \InvalidArgumentException {

}

Members