Home
last modified time | relevance | path

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

/webtrees/app/
H A DView.php24 use LogicException; alias
118 throw new LogicException('found endpush(), but did not find push()');
148 throw new LogicException('found endpushunique(), but did not find pushunique()');
/webtrees/tests/app/Services/
H A DRateLimitServiceTest.php25 use LogicException; alias
42 $this->expectException(LogicException::class);
/webtrees/app/Services/
H A DRateLimitService.php25 use LogicException; alias
103 throw new LogicException('Cannot store ' . $num . ' previous events in the database');
/webtrees/app/Report/
H A DReportParserGenerate.php43 use LogicException; alias
897 assert($this->current_element instanceof ReportBaseElement, new LogicException());
/webtrees/
H A Dphpstan-baseline.neon7294 …message: '#^Call to function assert\(\) with false and LogicException will always evaluate to fals…