<?php



namespace Symfony\Component\Process\Exception;


class RuntimeException extends \RuntimeException implements ExceptionInterface
{
}
