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 8038b15 commit fb0ede1Copy full SHA for fb0ede1
system/Debug/Exceptions.php
@@ -75,6 +75,10 @@ class Exceptions
75
*/
76
public function __construct(ExceptionsConfig $config, $request, ResponseInterface $response)
77
{
78
+ // For backward compatibility
79
+ $this->ob_level = ob_get_level();
80
+ $this->viewPath = rtrim($config->errorViewPath, '\\/ ') . DIRECTORY_SEPARATOR;
81
+
82
$this->config = $config;
83
$this->request = $request;
84
$this->response = $response;
0 commit comments