anlutro/laravel-4-smart-errors

Treat MethodNotAllowedHttpException the same as NotFoundHttpException?

开放

#31 创建于 2015年11月7日

 (1 条评论) (0 个反应) (0 位负责人)PHP (13 个派生)github user discovery
enhancementhelp wanted

仓库指标

星标
 (65 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

I've noticed that MethodNotAllowedHttpExceptions are usually not caused by bugs in the code, but are harmless user errors. (Or more often, triggered by spam or indexing bots.)

The README says:

404 errors are written in the log as warnings with the URL accessed + referrer [and no notification emails are sent]

I think it could be useful to do the same for wrong-method errors.

I also saw this:

If you want to handle specific types of exceptions yourself, you can add App::error closures with those specific exceptions as arguments. Exceptions handled using App::error will not be e-mailed or logged by this package.

and I can do that instead, but I though this might be something the package could handle.

Thoughts? If you'd like to do this, I can probably send another PR.

贡献者指南