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 e066f0a commit 44e2e3eCopy full SHA for 44e2e3e
app/code/Magento/GraphQl/Model/Type/HandlerFactory.php
@@ -37,7 +37,7 @@ public function create($typeClassName)
37
{
38
$typeHandlerClass = $this->objectManager->create($typeClassName);
39
if (!($typeHandlerClass instanceof HandlerInterface)) {
40
- throw new \LogicException(__('Invalid type name. Type handler does not exist.'));
+ throw new \LogicException('Invalid type name. Type handler does not exist.');
41
}
42
43
return $typeHandlerClass;
0 commit comments