Home
last modified time | relevance | path

Searched refs:InvalidArgumentException (Results 1 – 11 of 11) sorted by relevance

/webtrees/app/
H A DTree.php25 use InvalidArgumentException; alias
355 * @throws InvalidArgumentException
360 …throw new InvalidArgumentException('GedcomRecord::createRecord(' . $gedcom . ') does not begin 0 @…
400 * @throws InvalidArgumentException
405 …throw new InvalidArgumentException('GedcomRecord::createFamily(' . $gedcom . ') does not begin 0 @…
445 * @throws InvalidArgumentException
450 …throw new InvalidArgumentException('GedcomRecord::createIndividual(' . $gedcom . ') does not begin…
490 * @throws InvalidArgumentException
495 …throw new InvalidArgumentException('GedcomRecord::createIndividual(' . $gedcom . ') does not begin…
H A DView.php23 use InvalidArgumentException; alias
198 * @throws InvalidArgumentException
203 throw new InvalidArgumentException('Cannot register the default namespace');
207 throw new InvalidArgumentException('Paths must end with a directory separator');
217 * @throws InvalidArgumentException
224 throw new InvalidArgumentException();
H A DFact.php26 use InvalidArgumentException; alias
182 * @throws InvalidArgumentException
192 …throw new InvalidArgumentException('Invalid GEDCOM data passed to Fact::_construct(' . $gedcom . '…
/webtrees/tests/app/
H A DTreeTest.php28 use InvalidArgumentException; alias
96 $this->expectException(InvalidArgumentException::class);
129 $this->expectException(InvalidArgumentException::class);
162 $this->expectException(InvalidArgumentException::class);
195 $this->expectException(InvalidArgumentException::class);
/webtrees/app/Factories/
H A DGedcomRecordFactory.php39 use InvalidArgumentException; alias
183 * @throws InvalidArgumentException
191 throw new InvalidArgumentException('Invalid GEDCOM record: ' . $gedcom);
H A DTimestampFactory.php29 use InvalidArgumentException; alias
68 …throw new InvalidArgumentException('date/time "' . $string . '" does not match pattern "' . $forma…
H A DImageFactory.php36 use InvalidArgumentException; alias
327 default => throw new InvalidArgumentException(message: 'Unknown fit type: ' . $fit),
/webtrees/app/Statistics/Repository/
H A DGedcomRepository.php29 use InvalidArgumentException; alias
149 } catch (InvalidArgumentException) {
/webtrees/app/Date/
H A DAbstractCalendarDate.php28 use InvalidArgumentException; alias
436 } catch (InvalidArgumentException) {
687 throw new InvalidArgumentException($case);
/webtrees/app/Services/
H A DMediaFileService.php32 use InvalidArgumentException; alias
220 } catch (RuntimeException | InvalidArgumentException) {
/webtrees/app/Encodings/
H A DUTF8.php22 use InvalidArgumentException; alias
846 throw new InvalidArgumentException((string)$code);