Current File : //var/www/vinorea/vendor/prestashop/laminas-code-lts/src/Reflection/Exception/RuntimeException.php
<?php

namespace Laminas\Code\Reflection\Exception;

use Laminas\Code\Exception;

class RuntimeException extends Exception\RuntimeException implements
    ExceptionInterface
{
}