Exception Handling


Ignoring Exception

It is strongly not recommended.

try:
    do_something()
except:
    pass

Throw exception

Throw exception intentedly

Throw exception during except clause.

results matching ""

    No results matching ""