Home
last modified time | relevance | path

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

/template/sprintdoc/tpl/
H A Dnav-usertools-buttons.php20 } catch (RuntimeException $ignored) {
33 } catch (RuntimeException $ignored) {
42 } catch (RuntimeException $ignored) {
/template/twigstarter/vendor/twig/twig/src/Cache/
H A DFilesystemCache.php57 … throw new \RuntimeException(sprintf('Unable to create the cache directory (%s).', $dir));
61 … throw new \RuntimeException(sprintf('Unable to write in the cache directory (%s).', $dir));
80 throw new \RuntimeException(sprintf('Failed to write cache file "%s".', $key));
/template/twigstarter/
H A DTemplateController.php9 use RuntimeException; alias
126 throw new RuntimeException("No such class $class");
152 throw new RuntimeException("No such class $class");
/template/bootstrap3/inc/Menu/Item/
H A DHelp.php17 throw new \RuntimeException("help is not available");
25 throw new \RuntimeException("help page not found");
H A DSendMail.php17 throw new \RuntimeException("send-mail is not available");
H A DPrintPage.php17 throw new \RuntimeException("print is not available");
H A DFeed.php19 throw new \RuntimeException("feed is not available");
H A DPermalink.php17 throw new \RuntimeException("permalink is not available");
H A DImgOriginalSize.php20 throw new \RuntimeException("image is not available");
H A DDiscussion.php18 throw new \RuntimeException("discussion is not available");
H A DShareOn.php17 throw new \RuntimeException("share on is not available");
/template/bulma/
H A Dtpl_functions.php283 } catch(\RuntimeException $ignored) {
303 } catch(\RuntimeException $ignored) {
308 } catch(\RuntimeException $ignored) {
/template/bootstrap3/compat/inc/Menu/Item/
H A DProfile.php18 throw new \RuntimeException("profile is only for logged in users");
H A DRegister.php18 throw new \RuntimeException("no register when already logged in");
H A DResendpwd.php18 throw new \RuntimeException("no resendpwd when already logged in");
H A DSubscribe.php18 throw new \RuntimeException("subscribe is only for logged in users");
H A DRevert.php19 throw new \RuntimeException('revert not available');
H A DBack.php20 throw new \RuntimeException("No parent for back action");
H A DLogin.php21 throw new \RuntimeException("logout disabled");
H A DMediaManager.php20 throw new \RuntimeException("media manager link only with upload permissions");
H A DEdit.php35 if(!actionOK("source")) throw new \RuntimeException("action disabled: source");
H A DAbstractItem.php59 * @throws \RuntimeException when the action is disabled
67 if(!actionOK($this->type)) throw new \RuntimeException("action disabled: {$this->type}");
/template/strap/class/
H A DTplUtility.php1293 throw new \RuntimeException($message);
1302 throw new \RuntimeException($messageEmpty);
1321 throw new \RuntimeException($message);
1407 … throw new \RuntimeException("This is not the strap template, in test, active it in setup");
1420 …throw new \RuntimeException("The configuration (" . $confName . ") returns no value or has no defa…
/template/bootstrap3/compat/inc/Menu/
H A DAbstractMenu.php63 } catch(\RuntimeException $ignored) {
/template/notos/
H A DCustomController.php206 } catch (\RuntimeException $ignored) {