File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 9595}
9696catch(\Exception $e)
9797{
98- //log the exception
98+ // There was an error validationg the request
99+ // Use your own logging framework to log the Exception
100+ // This was a configuration exception, so we let the user continue
99101}
100102```
101103
181183}
182184catch(\Exception $e)
183185{
184- //log the exception
186+ // There was an error validationg the request
187+ // Use your own logging framework to log the Exception
188+ // This was a configuration exception, so we let the user continue
185189}
186190```
187191### Protecting ajax calls on static pages
250254}
251255catch(\Exception $e)
252256{
253- //log the exception
257+ // There was an error validationg the request
258+ // Use your own logging framework to log the Exception
259+ // This was a configuration exception, so we let the user continue
254260}
255261```
You can’t perform that action at this time.
0 commit comments