Home
last modified time | relevance | path

Searched refs:exception (Results 1 – 10 of 10) sorted by relevance

/webtrees/app/Http/Middleware/
H A DHandleExceptions.php90 } catch (HttpException $exception) {
98 return $this->httpExceptionResponse($request, $exception);
99 } catch (FilesystemException $exception) {
103 return $this->thirdPartyExceptionResponse($request, $exception);
104 } catch (Throwable $exception) {
118 return $this->unhandledExceptionResponse($request, $exception);
127 return $this->unhandledExceptionResponse($request, $exception);
136 return $this->unhandledExceptionResponse($request, $exception);
142 … return response(nl2br((string) $exception), StatusCodeInterface::STATUS_INTERNAL_SERVER_ERROR);
148 * @param HttpException $exception
[all …]
/webtrees/resources/views/setup/
H A Dstep-6-failed.phtml17 <pre><?= $exception->getMessage() ?></pre>
19 <pre><?= $exception->getTraceAsString() ?></pre>
/webtrees/app/Http/RequestHandlers/
H A DCreateMediaObjectAction.php77 } catch (FileUploadException $exception) {
82 'alert' => $exception->getMessage(),
H A DGedcomLoad.php198 } catch (GedcomErrorException $exception) {
199 $errors .= $exception->getMessage();
H A DUpgradeWizardStep.php232 } catch (Throwable $exception) {
233 throw new HttpServerErrorException($exception->getMessage());
H A DSetupWizard.php358 } catch (Throwable $exception) {
359 return $this->viewResponse('setup/step-6-failed', ['exception' => $exception]);
/webtrees/app/
H A DDB.php127 } catch (PDOException $exception) {
128 throw new RuntimeException($exception->getMessage());
/webtrees/app/Services/
H A DModuleService.php723 } catch (Throwable $exception) {
725 $message = 'Fatal error in module: ' . $module_name . '<br>' . $exception; variable in Fisharebest\\Webtrees\\Services\\ModuleService
/webtrees/public/ckeditor-4.15.1-custom/
H A DLICENSE.md231 special exception, the source code distributed need not include
628 6. As an exception to the Sections above, you may also combine or
677 reproducing the executable from it. However, as a special exception,
H A DCHANGES.md185 * [#2257](https://github.com/ckeditor/ckeditor4/issues/2257): Fixed: The editor throws an exception
588 …: Fixed: [Widget](https://ckeditor.com/cke4/addon/widget) plugin throws exception if included in e…
664 …sues/515): [Chrome] Fixed: Mouse actions on CKEditor scrollbar throw an exception when the [Table …
961 …tor.com/docs/ckeditor4/latest/api/CKEDITOR_editor.html#property-readOnly) mode throws an exception.
1246 * [#12812](https://dev.ckeditor.com/ticket/12812): Fixed: An uncaught security exception is thrown …
1421 …itor4/latest/api/CKEDITOR_editor.html#method-insertElement) throwing an exception when there was n…