You are here

ExchangeRatesDataMismatchException.php in Commerce Exchanger 8

File

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

namespace Drupal\commerce_exchanger\Exception;


/**
 * Thrown when trying to deal with invalid data structure.
 */
class ExchangeRatesDataMismatchException extends \InvalidArgumentException {

}

Classes

Namesort descending Description
ExchangeRatesDataMismatchException Thrown when trying to deal with invalid data structure.