<?php

declare(strict_types=1);

namespace phpseclib4\Exception;

/**
 * Used to mark exceptions originating from this library.
 */
interface BaseException
{
}
