PluginNotFoundException.php 192 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 <?php namespace Laminas\Config\Exception; use Psr\Container\NotFoundExceptionInterface; class PluginNotFoundException extends RuntimeException implements NotFoundExceptionInterface { }