DBXE/classes/Modules/Article/Exception/CurrencyExchangeRateNotFoun...

8 lines
164 B
PHP

<?php
namespace Xentral\Modules\Article\Exception;
class CurrencyExchangeRateNotFoundException extends \RuntimeException implements ArticleExceptionInterface
{
}