* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Behat\Behat\Context\Exception; use Behat\Testwork\Exception\TestworkException; /** * Represents an exception thrown during context handling. * * @author Konstantin Kudryashov */ interface ContextException extends TestworkException { }