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

namespace Laminas\Code\Generator\Exception;

use Laminas\Code\Exception;

class RuntimeException extends Exception\RuntimeException implements
    ExceptionInterface
{
}