Skip to content

Commit c5905c4

Browse files
committed
Added header comment.
1 parent a36e3e8 commit c5905c4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Http/Kernel.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ final class Kernel implements HttpKernel
3232
\Codefy\Framework\Bootstrap\BootProviders::class,
3333
];
3434

35+
/**
36+
* @throws \Qubus\Exception\Exception
37+
*/
3538
public function __construct(Application $codefy, Router $router)
3639
{
3740
$this->codefy = $codefy;
@@ -107,6 +110,9 @@ protected function bootstrappers(): array
107110
return $this->bootstrappers;
108111
}
109112

113+
/**
114+
* @throws \Qubus\Exception\Exception
115+
*/
110116
protected function registerErrorHandler(): ErrorHandler
111117
{
112118
if ($this->codefy()->hasDebugModeEnabled()) {

0 commit comments

Comments
 (0)