Home
last modified time | relevance | path

Searched refs:DomainException (Results 1 – 6 of 6) sorted by relevance

/webtrees/app/Factories/
H A DEncodingFactory.php22 use DomainException; alias
160 * @throws DomainException
205 throw new DomainException('Invalid encoding: ' . $name);
H A DCalendarDateFactory.php22 use DomainException; alias
133 throw new DomainException('Invalid calendar');
/webtrees/app/Report/
H A DReportParserBase.php22 use DomainException; alias
88 throw new DomainException(sprintf(
H A DReportParserGenerate.php22 use DomainException; alias
367 …throw new DomainException('REPORT ERROR Style: The "name" of the style is missing or not set in th…
1221 throw new DomainException(sprintf(
1252 …throw new DomainException('REPORT ERROR var: The attribute "var=" is missing or not set in the XML…
1429 throw new DomainException(sprintf(
1456 …throw new DomainException('REPORT ERROR var: The attribute "name" is missing or not set in the XML…
2088 throw new DomainException('Invalid list name: ' . $listname);
2342 throw new DomainException(sprintf(
2571 …throw new DomainException(sprintf('RelativesEHandler XML error: %s at line %d', xml_error_string(x…
/webtrees/tests/app/Factories/
H A DEncodingFactoryTest.php22 use DomainException; alias
112 $this->expectException(DomainException::class);
/webtrees/app/Services/
H A DTreeService.php22 use DomainException; alias
155 throw new DomainException('Call to find() with an invalid id: ' . $id);