Skip to content

Commit 4c0ed45

Browse files
committed
wip
1 parent fe8a4f5 commit 4c0ed45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/FrameworkKernel.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ public function registerExceptionHandler(): self
231231
return $this;
232232
}
233233

234+
// TODO: refactor to not have a hard-coded dependency on these exception handlers
234235
if (! class_exists(ConsoleExceptionHandler::class, false) || ! class_exists(HttpExceptionHandler::class, false)) {
235236
return $this;
236237
}

0 commit comments

Comments
 (0)