<?php



namespace Symfony\Component\Console\Exception;


class RuntimeException extends \RuntimeException implements ExceptionInterface
{
}
