v1/web/modules/contrib/commerce_exchanger/src/Exception/ExchangeRatesDataMismatchEx...

9 lines
200 B
PHP

<?php
namespace Drupal\commerce_exchanger\Exception;
/**
* Thrown when trying to deal with invalid data structure.
*/
class ExchangeRatesDataMismatchException extends \InvalidArgumentException {}