/webtrees/app/ |
H A D | Auth.php | 23 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 D | FamilyTreeNewsModule.php | 24 use Fisharebest\Webtrees\Http\Exceptions\HttpAccessDeniedException; alias 155 throw new HttpAccessDeniedException(); 198 throw new HttpAccessDeniedException(); 241 throw new HttpAccessDeniedException();
|
H A D | UserJournalModule.php | 24 use Fisharebest\Webtrees\Http\Exceptions\HttpAccessDeniedException; alias 157 throw new HttpAccessDeniedException(); 197 throw new HttpAccessDeniedException();
|
H A D | ModuleTabTrait.php | 23 use Fisharebest\Webtrees\Http\Exceptions\HttpAccessDeniedException; alias 141 throw new HttpAccessDeniedException();
|
H A D | ModuleCustomTrait.php | 23 use Fisharebest\Webtrees\Http\Exceptions\HttpAccessDeniedException; alias 179 throw new HttpAccessDeniedException($asset);
|
/webtrees/app/Http/RequestHandlers/ |
H A D | DeleteUser.php | 23 use Fisharebest\Webtrees\Http\Exceptions\HttpAccessDeniedException; alias 64 throw new HttpAccessDeniedException('Cannot delete an administrator');
|
H A D | ModuleAction.php | 23 use Fisharebest\Webtrees\Http\Exceptions\HttpAccessDeniedException; alias 78 throw new HttpAccessDeniedException('Admin only action');
|
H A D | AddMediaFileModal.php | 23 use Fisharebest\Webtrees\Http\Exceptions\HttpAccessDeniedException; alias 66 } catch (HttpNotFoundException | HttpAccessDeniedException $ex) {
|
H A D | MessagePage.php | 23 use Fisharebest\Webtrees\Http\Exceptions\HttpAccessDeniedException; alias 68 throw new HttpAccessDeniedException('Invalid contact user id');
|
H A D | EditMediaFileModal.php | 24 use Fisharebest\Webtrees\Http\Exceptions\HttpAccessDeniedException; alias 68 } catch (HttpNotFoundException | HttpAccessDeniedException $ex) {
|
H A D | ContactPage.php | 22 use Fisharebest\Webtrees\Http\Exceptions\HttpAccessDeniedException; alias 82 throw new HttpAccessDeniedException('Invalid contact user id');
|
H A D | AddNewFact.php | 24 use Fisharebest\Webtrees\Http\Exceptions\HttpAccessDeniedException; alias 65 throw new HttpAccessDeniedException();
|
H A D | MessageAction.php | 24 use Fisharebest\Webtrees\Http\Exceptions\HttpAccessDeniedException; alias 77 throw new HttpAccessDeniedException('Invalid contact user id');
|
/webtrees/app/Http/Middleware/ |
H A D | AuthAdministrator.php | 24 use Fisharebest\Webtrees\Http\Exceptions\HttpAccessDeniedException; alias 58 throw new HttpAccessDeniedException();
|
H A D | AuthModerator.php | 24 use Fisharebest\Webtrees\Http\Exceptions\HttpAccessDeniedException; alias 59 throw new HttpAccessDeniedException();
|
H A D | AuthMember.php | 24 use Fisharebest\Webtrees\Http\Exceptions\HttpAccessDeniedException; alias 59 throw new HttpAccessDeniedException();
|
H A D | AuthManager.php | 24 use Fisharebest\Webtrees\Http\Exceptions\HttpAccessDeniedException; alias 59 throw new HttpAccessDeniedException();
|
H A D | AuthEditor.php | 24 use Fisharebest\Webtrees\Http\Exceptions\HttpAccessDeniedException; alias 59 throw new HttpAccessDeniedException();
|
/webtrees/tests/app/Http/Middleware/ |
H A D | AuthAdministratorTest.php | 25 use Fisharebest\Webtrees\Http\Exceptions\HttpAccessDeniedException; alias 54 $this->expectException(HttpAccessDeniedException::class);
|
H A D | AuthModeratorTest.php | 25 use Fisharebest\Webtrees\Http\Exceptions\HttpAccessDeniedException; alias 58 $this->expectException(HttpAccessDeniedException::class);
|
H A D | AuthMemberTest.php | 25 use Fisharebest\Webtrees\Http\Exceptions\HttpAccessDeniedException; alias 58 $this->expectException(HttpAccessDeniedException::class);
|
H A D | AuthEditorTest.php | 25 use Fisharebest\Webtrees\Http\Exceptions\HttpAccessDeniedException; alias 58 $this->expectException(HttpAccessDeniedException::class);
|
H A D | AuthManagerTest.php | 25 use Fisharebest\Webtrees\Http\Exceptions\HttpAccessDeniedException; alias 58 $this->expectException(HttpAccessDeniedException::class);
|
/webtrees/tests/app/Http/RequestHandlers/ |
H A D | DeleteUserTest.php | 24 use Fisharebest\Webtrees\Http\Exceptions\HttpAccessDeniedException; alias 68 $this->expectException(HttpAccessDeniedException::class);
|
H A D | ModuleActionTest.php | 24 use Fisharebest\Webtrees\Http\Exceptions\HttpAccessDeniedException; alias 103 $this->expectException(HttpAccessDeniedException::class);
|