We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a40911 commit f327f1aCopy full SHA for f327f1a
examples/app/src/Application/Kernel.php
@@ -25,6 +25,7 @@
25
use Spiral\Tokenizer\Bootloader\TokenizerListenerBootloader;
26
use Spiral\Twig\Bootloader\TwigBootloader;
27
use Spiral\Views\Bootloader\ViewsBootloader;
28
+use Spiral\YiiErrorHandler\Bootloader\YiiErrorHandlerBootloader;
29
30
/**
31
* @psalm-suppress ClassMustBeFinal
@@ -49,6 +50,7 @@ public function defineBootloaders(): array
49
50
return [
51
// Logging and exceptions handling
52
MonologBootloader::class,
53
+ YiiErrorHandlerBootloader::class,
54
Bootloader\ExceptionHandlerBootloader::class,
55
56
// Application specific logs
0 commit comments