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 a005167 commit e7b0a10Copy full SHA for e7b0a10
lib/internal/Magento/Framework/Code/Generator.php
@@ -112,7 +112,7 @@ public function generateClass($className)
112
$this->tryToLoadSourceClass($className, $generator);
113
if (!($file = $generator->generate())) {
114
$errors = $generator->getErrors();
115
- throw new \RuntimeException(implode(' ', $errors));
+ throw new \RuntimeException(implode(' ', $errors) . ' in [' . $className . ']');
116
}
117
if (!$this->definedClasses->isClassLoadableFromMemory($className)) {
118
$this->_ioObject->includeFile($file);
0 commit comments