Home
last modified time | relevance | path

Searched refs:ex_cls (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/openzfs/cmd/
H A Dzarcsummary223 def handle_Exception(ex_cls, ex, tb): argument
224 if ex_cls is KeyboardInterrupt:
227 if ex_cls is BrokenPipeError:
232 if ex_cls is OSError: