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 d762f9d commit eaa2dabCopy full SHA for eaa2dab
libraries/Exceptions/ControllerNotFoundException.php
@@ -10,7 +10,7 @@ class ControllerNotFoundException extends BNETDocsException {
10
11
public function __construct($controllerName, Exception &$prev_ex = null) {
12
parent::__construct("Unable to find a suitable controller given the path", 2, $prev_ex);
13
- Logger::logMetric("controllerName", $className);
+ Logger::logMetric("controllerName", $controllerName);
14
$this->httpResponseCode = 404;
15
}
16
0 commit comments