We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 159f284 commit a41493eCopy full SHA for a41493e
lib/internal/Magento/Framework/App/Scope/ValidatorInterface.php
@@ -5,7 +5,7 @@
5
*/
6
namespace Magento\Framework\App\Scope;
7
8
-use Magento\Framework\Exception\LocalizedException;
+use Magento\Framework\Exception\ValidatorException;
9
10
interface ValidatorInterface
11
{
@@ -16,7 +16,7 @@ interface ValidatorInterface
16
* @param string $scope
17
* @param string $scopeCode
18
* @return boolean
19
- * @throws LocalizedException
+ * @throws ValidatorException
20
21
public function isValid($scope, $scopeCode = null);
22
}
0 commit comments