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