Skip to content

Commit 44e2e3e

Browse files
author
Eric Bohanon
committed
MAGETWO-81034: Remove phrase
1 parent e066f0a commit 44e2e3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/GraphQl/Model/Type/HandlerFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function create($typeClassName)
3737
{
3838
$typeHandlerClass = $this->objectManager->create($typeClassName);
3939
if (!($typeHandlerClass instanceof HandlerInterface)) {
40-
throw new \LogicException(__('Invalid type name. Type handler does not exist.'));
40+
throw new \LogicException('Invalid type name. Type handler does not exist.');
4141
}
4242

4343
return $typeHandlerClass;

0 commit comments

Comments
 (0)