Skip to content
This repository was archived by the owner on Jun 30, 2023. It is now read-only.

Commit c6e0292

Browse files
committed
[BUGFIX] Use correct Exception class in compat/Exception.php
1 parent 3c7fe3a commit c6e0292

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compat/Exception.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
/**
1616
* @deprecated will be removed once TYPO3 9 LTS is released
1717
*/
18-
class Exception extends \TYPO3\Components\TestingFramework\Core\Exception
18+
class Exception extends \Nimut\TestingFramework\Exception\Exception
1919
{
2020
}

0 commit comments

Comments
 (0)