Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F644858
Exception example (test script)
No One
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Authored By
poojanaik
Jul 22 2015, 1:21 AM
2015-07-22 01:21:13 (UTC+0)
Size
166 B
Referenced Files
None
Subscribers
None
Exception example (test script)
View Options
>>> try:
... a=0/0
... except Exception as e:
... print type(e)
... print(e)
...
<type 'exceptions.ZeroDivisionError'>
integer division or modulo by zero
File Metadata
Details
Attached
Mime Type
text/plain; charset=utf-8
Storage Engine
amazon-s3
Storage Format
Raw Data
Storage Handle
phabricator/cd/z4/vopdcdsxs56ed5u5
Default Alt Text
Exception example (test script) (166 B)
Attached To
Mode
P1831 Exception example (test script)
Attached
Detach File
Event Timeline
Log In to Comment