| Current Path : /home/rtorresani/www/vendor/laminas/laminas-server/src/Reflection/Exception/ |
| Current File : //home/rtorresani/www/vendor/laminas/laminas-server/src/Reflection/Exception/RuntimeException.php |
<?php
/**
* @see https://github.com/laminas/laminas-server for the canonical source repository
*/
namespace Laminas\Server\Reflection\Exception;
use Laminas\Server\Exception;
class RuntimeException extends Exception\RuntimeException implements ExceptionInterface
{
}