浏览代码

Update ErrorHandler.md

Mark Sch 6 年之前
父节点
当前提交
f5a5c617d9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/Error/ErrorHandler.md

+ 1 - 1
docs/Error/ErrorHandler.md

@@ -7,7 +7,7 @@ Most 404 logs should not be part of your error log, for example.
 You can either completely ignore them, or better yet put them into their own space:
 ```php
 Log::config('404', [
-	'className' => 'DatabaseLog.Database',
+	'className' => '...', // e.g. 'File' or 'DatabaseLog.Database'
 	'type' => '404',
 	'levels' => ['error'],
 	'scopes' => ['404'],