creamidea / Mushroom

To display Node Capture Data and Control it
Other
0 stars 1 forks source link

python 异常 #11

Open creamidea opened 10 years ago

creamidea commented 10 years ago

异常类:

- BaseException
  | - KeyboardInterrupt
  | - SystemExit
  | - Exception
      | - (all other current built-in exceptions)

所以如果确实需要捕捉所有异常,需要使用 BaseException