Advertisement
Guest User

Untitled

a guest
Sep 14th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
TCL 0.16 KB | None | 0 0
  1. try {
  2.     some code
  3. } trap {telnetException} {} {
  4.     handle1
  5. } trap {fileNotFoundExeption} {} {
  6.     handle2
  7. } trap {allOtherExceptions} {} {
  8.     handle 3
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement