<?php
namespace Xentral\Modules\ImportTemplate\Exception;
class ImportTemplateNotFoundException extends \RuntimeException implements ImportTemplateExceptionInterface
{
}