Searched refs:NotFoundError (Results 1 – 3 of 3) sorted by relevance
37 class NotFoundError(CmdError): class172 raise NotFoundError(cmd)
13 class NotFoundError(bb.BBHandledException): class35 raise NotFoundError(dir)692 raise NotFoundError(self.dir)
946 except bb.process.NotFoundError as e: