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 c4c8cdd commit e9be9dbCopy full SHA for e9be9db
phpmyfaq/robots.txt.php
@@ -35,7 +35,7 @@
35
$loader = new PhpFileLoader($container, new FileLocator(__DIR__));
36
try {
37
$loader->load('src/services.php');
38
-} catch (\Exception $e) {
+} catch (Exception $e) {
39
echo $e->getMessage();
40
}
41
0 commit comments