Skip to content

Commit 6713070

Browse files
authored
Update Autoloader.php
1 parent 6f0601a commit 6713070

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/internal/Magento/Framework/Code/Generator/Autoloader.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ public function load($className)
5353
$this->_generator->generateClass($className);
5454
} catch (\Exception $exception) {
5555
$this->tryToLogExceptionMessageIfNotDuplicate($exception);
56+
throw $exception;
5657
}
5758
}
5859
}

0 commit comments

Comments
 (0)