File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 9595}
9696catch(\Exception $e)
9797{
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
98+ // There was an error validating the request
99+ // Use your own logging framework to log the error
100+ // This was a configuration error , so we let the user continue
101101}
102102```
103103
183183}
184184catch(\Exception $e)
185185{
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
186+ // There was an error validating the request
187+ // Use your own logging framework to log the error
188+ // This was a configuration error , so we let the user continue
189189}
190190```
191191### Protecting ajax calls on static pages
254254}
255255catch(\Exception $e)
256256{
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
257+ // There was an error validating the request
258+ // Use your own logging framework to log the error
259+ // This was a configuration error , so we let the user continue
260260}
261261```
You can’t perform that action at this time.
0 commit comments