| Current Path : /home/rtorresani/www/vendor/laminas/laminas-config/src/Exception/ |
| 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
{
}