aboutsummaryrefslogtreecommitdiffstats
path: root/library/symfony/process/Exception/RuntimeException.php
diff options
context:
space:
mode:
Diffstat (limited to 'library/symfony/process/Exception/RuntimeException.php')
-rw-r--r--library/symfony/process/Exception/RuntimeException.php21
1 files changed, 0 insertions, 21 deletions
diff --git a/library/symfony/process/Exception/RuntimeException.php b/library/symfony/process/Exception/RuntimeException.php
deleted file mode 100644
index adead2536..000000000
--- a/library/symfony/process/Exception/RuntimeException.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-/*
- * This file is part of the Symfony package.
- *
- * (c) Fabien Potencier <fabien@symfony.com>
- *
- * For the full copyright and license information, please view the LICENSE
- * file that was distributed with this source code.
- */
-
-namespace Symfony\Component\Process\Exception;
-
-/**
- * RuntimeException for the Process Component.
- *
- * @author Johannes M. Schmitt <schmittjoh@gmail.com>
- */
-class RuntimeException extends \RuntimeException implements ExceptionInterface
-{
-}