<?php

namespace Xentral\Modules\Article\Exception;

class CurrencyExchangeRateNotFoundException extends \RuntimeException implements ArticleExceptionInterface
{
}