8889841chome/clixcotz/mars.clix.co.tz/vendor/ramsey/uuid/src/Exception/UuidExceptionInterface.php000066600000000666150515551260025717 0ustar00 * @license http://opensource.org/licenses/MIT MIT */ declare(strict_types=1); namespace Ramsey\Uuid\Exception; use Throwable; interface UuidExceptionInterface extends Throwable { }