Searched refs:LogicException (Results 1 – 5 of 5) sorted by relevance
24 use LogicException; alias118 throw new LogicException('found endpush(), but did not find push()');148 throw new LogicException('found endpushunique(), but did not find pushunique()');
25 use LogicException; alias42 $this->expectException(LogicException::class);
25 use LogicException; alias103 throw new LogicException('Cannot store ' . $num . ' previous events in the database');
43 use LogicException; alias897 assert($this->current_element instanceof ReportBaseElement, new LogicException());
7294 …message: '#^Call to function assert\(\) with false and LogicException will always evaluate to fals…