Home
last modified time | relevance | path

Searched refs:HttpAccessDeniedException (Results 1 – 25 of 102) sorted by relevance

12345

/webtrees/app/
H A DAuth.php23 use Fisharebest\Webtrees\Http\Exceptions\HttpAccessDeniedException; alias
212 throw new HttpAccessDeniedException();
222 * @throws HttpAccessDeniedException
242 throw new HttpAccessDeniedException($message);
251 * @throws HttpAccessDeniedException
271 throw new HttpAccessDeniedException($message);
281 * @throws HttpAccessDeniedException
305 throw new HttpAccessDeniedException($message);
314 * @throws HttpAccessDeniedException
334 throw new HttpAccessDeniedException($message);
[all …]
/webtrees/app/Module/
H A DFamilyTreeNewsModule.php24 use Fisharebest\Webtrees\Http\Exceptions\HttpAccessDeniedException; alias
155 throw new HttpAccessDeniedException();
198 throw new HttpAccessDeniedException();
241 throw new HttpAccessDeniedException();
H A DUserJournalModule.php24 use Fisharebest\Webtrees\Http\Exceptions\HttpAccessDeniedException; alias
157 throw new HttpAccessDeniedException();
197 throw new HttpAccessDeniedException();
H A DModuleTabTrait.php23 use Fisharebest\Webtrees\Http\Exceptions\HttpAccessDeniedException; alias
141 throw new HttpAccessDeniedException();
H A DModuleCustomTrait.php23 use Fisharebest\Webtrees\Http\Exceptions\HttpAccessDeniedException; alias
179 throw new HttpAccessDeniedException($asset);
/webtrees/app/Http/RequestHandlers/
H A DDeleteUser.php23 use Fisharebest\Webtrees\Http\Exceptions\HttpAccessDeniedException; alias
64 throw new HttpAccessDeniedException('Cannot delete an administrator');
H A DModuleAction.php23 use Fisharebest\Webtrees\Http\Exceptions\HttpAccessDeniedException; alias
78 throw new HttpAccessDeniedException('Admin only action');
H A DAddMediaFileModal.php23 use Fisharebest\Webtrees\Http\Exceptions\HttpAccessDeniedException; alias
66 } catch (HttpNotFoundException | HttpAccessDeniedException $ex) {
H A DMessagePage.php23 use Fisharebest\Webtrees\Http\Exceptions\HttpAccessDeniedException; alias
68 throw new HttpAccessDeniedException('Invalid contact user id');
H A DEditMediaFileModal.php24 use Fisharebest\Webtrees\Http\Exceptions\HttpAccessDeniedException; alias
68 } catch (HttpNotFoundException | HttpAccessDeniedException $ex) {
H A DContactPage.php22 use Fisharebest\Webtrees\Http\Exceptions\HttpAccessDeniedException; alias
82 throw new HttpAccessDeniedException('Invalid contact user id');
H A DAddNewFact.php24 use Fisharebest\Webtrees\Http\Exceptions\HttpAccessDeniedException; alias
65 throw new HttpAccessDeniedException();
H A DMessageAction.php24 use Fisharebest\Webtrees\Http\Exceptions\HttpAccessDeniedException; alias
77 throw new HttpAccessDeniedException('Invalid contact user id');
/webtrees/app/Http/Middleware/
H A DAuthAdministrator.php24 use Fisharebest\Webtrees\Http\Exceptions\HttpAccessDeniedException; alias
58 throw new HttpAccessDeniedException();
H A DAuthModerator.php24 use Fisharebest\Webtrees\Http\Exceptions\HttpAccessDeniedException; alias
59 throw new HttpAccessDeniedException();
H A DAuthMember.php24 use Fisharebest\Webtrees\Http\Exceptions\HttpAccessDeniedException; alias
59 throw new HttpAccessDeniedException();
H A DAuthManager.php24 use Fisharebest\Webtrees\Http\Exceptions\HttpAccessDeniedException; alias
59 throw new HttpAccessDeniedException();
H A DAuthEditor.php24 use Fisharebest\Webtrees\Http\Exceptions\HttpAccessDeniedException; alias
59 throw new HttpAccessDeniedException();
/webtrees/tests/app/Http/Middleware/
H A DAuthAdministratorTest.php25 use Fisharebest\Webtrees\Http\Exceptions\HttpAccessDeniedException; alias
54 $this->expectException(HttpAccessDeniedException::class);
H A DAuthModeratorTest.php25 use Fisharebest\Webtrees\Http\Exceptions\HttpAccessDeniedException; alias
58 $this->expectException(HttpAccessDeniedException::class);
H A DAuthMemberTest.php25 use Fisharebest\Webtrees\Http\Exceptions\HttpAccessDeniedException; alias
58 $this->expectException(HttpAccessDeniedException::class);
H A DAuthEditorTest.php25 use Fisharebest\Webtrees\Http\Exceptions\HttpAccessDeniedException; alias
58 $this->expectException(HttpAccessDeniedException::class);
H A DAuthManagerTest.php25 use Fisharebest\Webtrees\Http\Exceptions\HttpAccessDeniedException; alias
58 $this->expectException(HttpAccessDeniedException::class);
/webtrees/tests/app/Http/RequestHandlers/
H A DDeleteUserTest.php24 use Fisharebest\Webtrees\Http\Exceptions\HttpAccessDeniedException; alias
68 $this->expectException(HttpAccessDeniedException::class);
H A DModuleActionTest.php24 use Fisharebest\Webtrees\Http\Exceptions\HttpAccessDeniedException; alias
103 $this->expectException(HttpAccessDeniedException::class);

12345