Searched refs:ToolArgumentError (Results 1 – 4 of 4) sorted by relevance
20 from dex.utils.Exceptions import ToolArgumentError129 raise ToolArgumentError('<d>could not find</> <r>"{}"</>'.format(152 …raise ToolArgumentError(f'<d>--source-root-dir: expected absolute path, got</> <r>"{options.source…154 …raise ToolArgumentError(f'<d>--source-root-dir: could not find directory</> <r>"{options.source_ro…158 … raise ToolArgumentError(f'<d>--debugger-relative-paths</> <r>requires --source-root-dir</>')
21 from dex.utils.Exceptions import Error, ToolArgumentError72 except ToolArgumentError as e:77 except ToolArgumentError as e:
20 from dex.utils.Exceptions import Error, ToolArgumentError157 except ToolArgumentError as e:
65 class ToolArgumentError(Dexception): class