* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Behat\Testwork\ServiceContainer\Exception; use RuntimeException; /** * Represents an exception thrown during processing phase. * * @author Konstantin Kudryashov */ final class ProcessingException extends RuntimeException implements ServiceContainerException { }