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