Home
last modified time | relevance | path

Searched refs:ExceptionInternal (Results 1 – 8 of 8) sorted by relevance

/template/strap/ComboStrap/
DFetcherSystem.php19 * @throws ExceptionInternal
29 …throw new ExceptionInternal("We could read fetch classes via reflection Error: {$e->getMessage()}"…
71 * @throws ExceptionInternal - if we can't reflect the class
86 …throw new ExceptionInternal("We could read fetch classes via reflection Error: {$e->getMessage()}"…
DExceptionInternal.php8 class ExceptionInternal extends ExceptionCompile class
DMediaMarkup.php169 * @throws ExceptionInternal
432 * @throws ExceptionInternal
928 } catch (ExceptionBadArgument|ExceptionInternal|ExceptionNotFound $e) {
DFetcherScreenshot.php114 …throw new ExceptionInternal("Web driver is not available at " . self::WEB_DRIVER_ENDPOINT . ". Did…
DExecutionContext.php739 * @throws ExceptionInternal
753 * @throws ExceptionInternal
DHttpResponse.php74 } elseif ($e instanceof ExceptionBadState || $e instanceof ExceptionInternal) {
/template/strap/ComboStrap/TagAttribute/
DBackgroundAttribute.php10 use ComboStrap\ExceptionInternal; alias
199 } catch (ExceptionBadArgument|ExceptionInternal|ExceptionNotFound $e) {
/template/strap/ComboStrap/Api/
DApiRouter.php6 use ComboStrap\ExceptionInternal; alias