Home
last modified time | relevance | path

Searched refs:RuntimeException (Results 1 – 12 of 12) sorted by relevance

/webtrees/app/Http/Middleware/
H A DEmitResponse.php26 use RuntimeException; alias
91 * @throws RuntimeException
98 throw new RuntimeException($message);
104 * @throws RuntimeException
112 throw new RuntimeException('Output already started: ' . $output);
H A DUseDatabase.php31 use RuntimeException; alias
/webtrees/app/
H A DView.php25 use RuntimeException; alias
254 throw new RuntimeException('Namespace "' . e($namespace) . '" not found.');
260 throw new RuntimeException('View file not found: ' . e($view_file));
H A DDB.php27 use RuntimeException; alias
128 throw new RuntimeException($exception->getMessage());
153 throw new RuntimeException('Unable to retrieve last insert ID');
/webtrees/app/Services/
H A DGedcomExportService.php46 use RuntimeException; alias
186 throw new RuntimeException('Failed to create temporary stream');
266 … throw new RuntimeException('Unable to write to stream. Perhaps the disk is full?');
272 throw new RuntimeException('Cannot rewind temporary stream');
H A DUpgradeService.php41 use RuntimeException; alias
165 throw new RuntimeException('Unable to write to stream. Perhaps the disk is full?');
H A DMediaFileService.php38 use RuntimeException; alias
220 } catch (RuntimeException | InvalidArgumentException) {
/webtrees/app/Exceptions/
H A DNotFoundInContainerException.php23 use RuntimeException; alias
28 class NotFoundInContainerException extends RuntimeException implements NotFoundExceptionInterface
H A DFileUploadException.php24 use RuntimeException; alias
40 class FileUploadException extends RuntimeException
/webtrees/app/Http/Exceptions/
H A DHttpException.php22 use RuntimeException; alias
27 class HttpException extends RuntimeException
/webtrees/app/Factories/
H A DImageFactory.php42 use RuntimeException; alias
122 } catch (RuntimeException $ex) {
316 … throw new RuntimeException(message: 'No PHP graphics library is installed. Need Imagick or GD');
/webtrees/app/Http/RequestHandlers/
H A DMapDataExportCSV.php28 use RuntimeException; alias
160 throw new RuntimeException('Failed to create temporary stream');