k911/uri-builder

View on GitHub
src/Exception/UriBuilderExceptionInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
declare(strict_types=1);

namespace K911\UriBuilder\Exception;

/**
 * Interface used for all types of exceptions thrown by the UriBuilder library.
 */
interface UriBuilderExceptionInterface
{
}