Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Paste
P1831
Exception example (test script)
Active
Public
Actions
Authored by
poojanaik
on Jul 22 2015, 1:21 AM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Flag For Later
Tags
None
Referenced Files
F644858: Exception example (test script)
Jul 22 2015, 1:21 AM
2015-07-22 01:21:13 (UTC+0)
Subscribers
None
>>> try:
... a=0/0
... except Exception as e:
... print type(e)
... print(e)
...
<type 'exceptions.ZeroDivisionError'>
integer division or modulo by zero
Event Timeline
poojanaik
edited the content of this paste.
(Show Details)
Jul 22 2015, 1:21 AM
2015-07-22 01:21:13 (UTC+0)
poojanaik
changed the title of this paste from untitled to
Exception example (test script)
.
poojanaik
updated the paste's language from
autodetect
to
autodetect
.
Log In to Comment