/webtrees/app/Http/RequestHandlers/ |
H A D | LoginAction.php | 22 use Exception; alias 83 } catch (Exception $ex) { 102 * @throws Exception 108 …throw new Exception(I18N::translate('You cannot sign in because your browser does not accept cooki… 115 throw new Exception(I18N::translate('The username or password is incorrect.')); 120 throw new Exception(I18N::translate('The username or password is incorrect.')); 125 …throw new Exception(I18N::translate('This account has not been verified. Please check your email f… 130 …throw new Exception(I18N::translate('This account has not been approved. Please wait for an admini…
|
H A D | RegisterAction.php | 22 use Exception; alias 102 throw new Exception(I18N::translate('Please try again.')); 111 } catch (Exception $ex) { 242 * @throws Exception 254 throw new Exception(I18N::translate('All fields must be completed.')); 259 …throw new Exception(I18N::translate('Duplicate username. A user with that username already exists.… 264 …throw new Exception(I18N::translate('Duplicate email address. A user with that email already exist… 271 …throw new Exception(I18N::translate('You are not allowed to send messages that contain external li…
|
H A D | MapDataImportAction.php | 22 use Exception; alias 79 * @throws Exception
|
H A D | GedcomLoad.php | 22 use Exception; alias 215 } catch (Exception $ex) {
|
H A D | SetupWizard.php | 22 use Exception; alias 264 } catch (Exception) {
|
/webtrees/app/Exceptions/ |
H A D | InvalidGedcomEncodingException.php | 22 use Exception; alias 30 class InvalidGedcomEncodingException extends Exception
|
H A D | GedcomErrorException.php | 22 use Exception; alias 30 class GedcomErrorException extends Exception
|
/webtrees/app/ |
H A D | I18N.php | 24 use Exception; alias 284 } catch (Exception) { 326 } catch (Exception) {
|
H A D | View.php | 22 use Exception; alias 234 * @throws Exception
|
H A D | GedcomRecord.php | 23 use Exception; alias 786 * @throws Exception 798 throw new Exception('Cannot edit a deleted record'); 801 … throw new Exception('Invalid GEDCOM data passed to GedcomRecord::updateFact(' . $gedcom . ')');
|
/webtrees/app/Report/ |
H A D | ReportParserBase.php | 23 use Exception; alias 59 * @throws Exception
|
/webtrees/app/Statistics/Repository/ |
H A D | GedcomRepository.php | 22 use Exception; alias 137 * @throws Exception
|
H A D | FamilyRepository.php | 22 use Exception; alias 367 * @throws Exception 399 * @throws Exception 462 * @throws Exception
|
/webtrees/app/Module/ |
H A D | PlacesModule.php | 22 use Exception; alias 174 * @throws Exception
|
H A D | ModuleMapAutocompleteTrait.php | 25 use GuzzleHttp\Exception\GuzzleException;
|
H A D | ModuleCustomTrait.php | 29 use GuzzleHttp\Exception\GuzzleException;
|
/webtrees/app/Services/ |
H A D | EmailService.php | 29 use Symfony\Component\Mailer\Exception\TransportExceptionInterface; 39 use Symfony\Component\Mime\Exception\RfcComplianceException;
|
H A D | UpgradeService.php | 31 use GuzzleHttp\Exception\GuzzleException;
|
/webtrees/tests/app/Http/RequestHandlers/ |
H A D | UpgradeWizardStepTest.php | 22 use Exception; alias 184 $mock_upgrade_service->method('downloadFile')->will(self::throwException(new Exception()));
|
/webtrees/app/Factories/ |
H A D | IdFactory.php | 23 use Ramsey\Uuid\Exception\RandomSourceException;
|
/webtrees/app/Http/Middleware/ |
H A D | BadBotBlocker.php | 26 use GuzzleHttp\Exception\GuzzleException;
|
/webtrees/public/ckeditor-4.15.1-custom/ |
H A D | CHANGES.md | 702 * [#14714](https://dev.ckeditor.com/ticket/14714): [WebKit/Blink] Fixed: Exception thrown on refocu… 705 * [#16912](https://dev.ckeditor.com/ticket/16912): Fixed: Exception thrown when a single image is p… 734 …* Fixed: DOM Exception after clicking "Remove Language" on a selected word with enabled [Language]…
|
H A D | LICENSE.md | 181 License. (Exception: if the Program itself is interactive but
|