Home
last modified time | relevance | path

Searched refs:HttpGoneException (Results 1 – 25 of 133) sorted by relevance

123456

/webtrees/tests/app/Http/RequestHandlers/
H A DRedirectModulePhpTest.php25 use Fisharebest\Webtrees\Http\Exceptions\HttpGoneException; alias
159 $this->expectException(HttpGoneException::class);
193 $this->expectException(HttpGoneException::class);
236 $this->expectException(HttpGoneException::class);
279 $this->expectException(HttpGoneException::class);
H A DRedirectLifeSpanPhpTest.php24 use Fisharebest\Webtrees\Http\Exceptions\HttpGoneException; alias
95 $this->expectException(HttpGoneException::class);
114 $this->expectException(HttpGoneException::class);
H A DRedirectNoteListPhpTest.php25 use Fisharebest\Webtrees\Http\Exceptions\HttpGoneException; alias
99 $this->expectException(HttpGoneException::class);
118 $this->expectException(HttpGoneException::class);
H A DRedirectRepoListPhpTest.php25 use Fisharebest\Webtrees\Http\Exceptions\HttpGoneException; alias
99 $this->expectException(HttpGoneException::class);
118 $this->expectException(HttpGoneException::class);
H A DRedirectSourceListPhpTest.php25 use Fisharebest\Webtrees\Http\Exceptions\HttpGoneException; alias
99 $this->expectException(HttpGoneException::class);
118 $this->expectException(HttpGoneException::class);
H A DRedirectMediaListPhpTest.php25 use Fisharebest\Webtrees\Http\Exceptions\HttpGoneException; alias
99 $this->expectException(HttpGoneException::class);
118 $this->expectException(HttpGoneException::class);
H A DRedirectStatisticsPhpTest.php25 use Fisharebest\Webtrees\Http\Exceptions\HttpGoneException; alias
100 $this->expectException(HttpGoneException::class);
119 $this->expectException(HttpGoneException::class);
H A DRedirectFamListPhpTest.php25 use Fisharebest\Webtrees\Http\Exceptions\HttpGoneException; alias
99 $this->expectException(HttpGoneException::class);
118 $this->expectException(HttpGoneException::class);
H A DRedirectPlaceListPhpTest.php25 use Fisharebest\Webtrees\Http\Exceptions\HttpGoneException; alias
99 $this->expectException(HttpGoneException::class);
118 $this->expectException(HttpGoneException::class);
H A DRedirectIndividualPhpTest.php26 use Fisharebest\Webtrees\Http\Exceptions\HttpGoneException; alias
91 $this->expectException(HttpGoneException::class);
108 $this->expectException(HttpGoneException::class);
H A DRedirectIndiListPhpTest.php25 use Fisharebest\Webtrees\Http\Exceptions\HttpGoneException; alias
99 $this->expectException(HttpGoneException::class);
118 $this->expectException(HttpGoneException::class);
H A DRedirectMediaViewerPhpTest.php26 use Fisharebest\Webtrees\Http\Exceptions\HttpGoneException; alias
91 $this->expectException(HttpGoneException::class);
108 $this->expectException(HttpGoneException::class);
H A DRedirectHourGlassPhpTest.php25 use Fisharebest\Webtrees\Http\Exceptions\HttpGoneException; alias
109 $this->expectException(HttpGoneException::class);
128 $this->expectException(HttpGoneException::class);
H A DRedirectFamilyBookPhpTest.php25 use Fisharebest\Webtrees\Http\Exceptions\HttpGoneException; alias
109 $this->expectException(HttpGoneException::class);
128 $this->expectException(HttpGoneException::class);
H A DRedirectDescendancyPhpTest.php25 use Fisharebest\Webtrees\Http\Exceptions\HttpGoneException; alias
109 $this->expectException(HttpGoneException::class);
128 $this->expectException(HttpGoneException::class);
H A DRedirectRelationshipPhpTest.php26 use Fisharebest\Webtrees\Http\Exceptions\HttpGoneException; alias
114 $this->expectException(HttpGoneException::class);
133 $this->expectException(HttpGoneException::class);
H A DRedirectTimeLinePhpTest.php26 use Fisharebest\Webtrees\Http\Exceptions\HttpGoneException; alias
114 $this->expectException(HttpGoneException::class);
136 $this->expectException(HttpGoneException::class);
H A DRedirectAncestryPhpTest.php25 use Fisharebest\Webtrees\Http\Exceptions\HttpGoneException; alias
112 $this->expectException(HttpGoneException::class);
131 $this->expectException(HttpGoneException::class);
H A DRedirectCompactPhpTest.php25 use Fisharebest\Webtrees\Http\Exceptions\HttpGoneException; alias
110 $this->expectException(HttpGoneException::class);
129 $this->expectException(HttpGoneException::class);
H A DRedirectPedigreePhpTest.php26 use Fisharebest\Webtrees\Http\Exceptions\HttpGoneException; alias
113 $this->expectException(HttpGoneException::class);
132 $this->expectException(HttpGoneException::class);
H A DRedirectFanChartPhpTest.php25 use Fisharebest\Webtrees\Http\Exceptions\HttpGoneException; alias
112 $this->expectException(HttpGoneException::class);
131 $this->expectException(HttpGoneException::class);
H A DRedirectCalendarPhpTest.php24 use Fisharebest\Webtrees\Http\Exceptions\HttpGoneException; alias
80 $this->expectException(HttpGoneException::class);
/webtrees/app/Http/RequestHandlers/
H A DRedirectMediaViewerPhp.php23 use Fisharebest\Webtrees\Http\Exceptions\HttpGoneException; alias
62 throw new HttpGoneException();
H A DRedirectIndividualPhp.php23 use Fisharebest\Webtrees\Http\Exceptions\HttpGoneException; alias
62 throw new HttpGoneException();
H A DRedirectSourcePhp.php23 use Fisharebest\Webtrees\Http\Exceptions\HttpGoneException; alias
62 throw new HttpGoneException();

123456