* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Behat\Behat\Transformation\Exception; use Behat\Testwork\Exception\TestworkException; /** * Represents an exception caused by a transformation. * * @author Konstantin Kudryashov */ interface TransformationException extends TestworkException { }