Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/vendor/laminas/laminas-config/src/Exception/
Upload File :
Current File : //home/rtorresani/www/vendor/laminas/laminas-config/src/Exception/PluginNotFoundException.php

<?php

namespace Laminas\Config\Exception;

use Psr\Container\NotFoundExceptionInterface;

class PluginNotFoundException extends RuntimeException implements
    NotFoundExceptionInterface
{
}