Searched refs:ExceptionNotNeeded (Results 1 – 2 of 2) sorted by relevance
83 } catch (ExceptionNotNeeded $e) {96 * @throws ExceptionNotNeeded104 throw new ExceptionNotNeeded("No tok for non local image");122 throw new ExceptionNotNeeded("No tok added, error " . $e->getMessage());127 throw new ExceptionNotNeeded("No tok needed");
5 class ExceptionNotNeeded extends ExceptionCompile class