ExceptionInterface.php 80 Bytes
<?php

namespace Laminas\Validator\Exception;

interface ExceptionInterface
{
}