Guest User

Untitled

a guest
Jan 19th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. try:
  2. f = open(filename)
  3. except IOError:
  4. raise SomeError("Cannot open configuration file")
Add Comment
Please, Sign In to add comment