Skip to content

Instantly share code, notes, and snippets.

@rodelta
Created September 27, 2016 05:35
Show Gist options
  • Save rodelta/0679425817e37e1fa5a9310f04aec7a8 to your computer and use it in GitHub Desktop.
Save rodelta/0679425817e37e1fa5a9310f04aec7a8 to your computer and use it in GitHub Desktop.
Manual ticket creation in web2py
try:
0/0
except Exception as e:
from gluon.restricted import RestrictedError
RE = RestrictedError(__file__, '', e, locals())
RE.log(request)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment