* @link https://www.oxidmodule.com */ declare(strict_types=1); namespace D3\DebugBar\Modules\Core; use D3\DebugBar\Core\DebugBarExceptionHandler; class Config_DebugBar extends Config_DebugBar_parent { /** * @return DebugBarExceptionHandler */ protected function getExceptionHandler() { return new DebugBarExceptionHandler(); } }