ExtensionNotLoadedException.php 110 Bytes
<?php

namespace Laminas\Validator\Exception;

class ExtensionNotLoadedException extends RuntimeException
{
}