Php, exception, is there a path which not covered? -
hard describe, given example?
public function x() { try { operation(); return true; } catch (\exception $e) { return false; } can reach line??? }
so there way neither return true nor false run? somehow. anyhow.
you should not able reach specified line.
have come across case happening? if so, provide code , can tell why/how happening. if not, answer no.
Comments
Post a Comment