Skip to content

Commit a41493e

Browse files
committed
MAGETWO-63764: [TD] Fix exceptions in Scope/Validator
1 parent 159f284 commit a41493e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/internal/Magento/Framework/App/Scope/ValidatorInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66
namespace Magento\Framework\App\Scope;
77

8-
use Magento\Framework\Exception\LocalizedException;
8+
use Magento\Framework\Exception\ValidatorException;
99

1010
interface ValidatorInterface
1111
{
@@ -16,7 +16,7 @@ interface ValidatorInterface
1616
* @param string $scope
1717
* @param string $scopeCode
1818
* @return boolean
19-
* @throws LocalizedException
19+
* @throws ValidatorException
2020
*/
2121
public function isValid($scope, $scopeCode = null);
2222
}

0 commit comments

Comments
 (0)