DBXE/classes/Core/Exception/WidgetExceptionInterface.php

8 lines
115 B
PHP

<?php
namespace Xentral\Core\Exception;
interface WidgetExceptionInterface extends XentralExceptionInterface
{
}