Add error plugin v1.8.1

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-18 23:43:45 +02:00
parent db400a6993
commit f5263ddc78
23 changed files with 1252 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
<?php
// autoload_classmap.php @generated by Composer
$vendorDir = dirname(dirname(__FILE__));
$baseDir = dirname($vendorDir);
return array(
'Grav\\Plugin\\ErrorPlugin' => $baseDir . '/error.php',
);