Home
last modified time | relevance | path

Searched refs:Exception (Results 151 – 175 of 2287) sorted by last modified time

12345678910>>...92

/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DLICENSE.txt110 License. (Exception: if the Program itself is interactive but
H A DCHANGELOG.md6 * new `Mpdf\Exception\FontException` extending base `MpdfException` was introduced and is thrown on Font manipulation
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/Exception/
H A DPropertyException.php3 namespace DeepCopy\Exception;
/plugin/dw2pdf/
H A Daction.php120 } catch (Exception $e) {
145 * @throws Exception
158 throw new Exception($lang['accessdenied']);
173 throw new Exception($this->getLang('notexist'));
178 throw new Exception($this->getLang('needtitle'));
182 throw new Exception($this->getLang('needns'));
250 throw new Exception($this->getLang('needtitle'));
264 throw new Exception($this->getLang('empty'));
270 throw new Exception($this->getLang('needtitle'));
275 throw new Exception(
[all...]
/plugin/dw2pdf/vendor/mpdf/qrcode/
H A DLICENSE42 1. Exception to Section 3 of the GNU GPL.
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/Reflection/
H A DReflectionHelper.php5 use DeepCopy\Exception\PropertyException;
/plugin/combo/ComboStrap/Api/
H A DApiRouter.php58 } catch (\Exception $e) {
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DHttpCommandExecutor.php6 use Facebook\WebDriver\Exception\WebDriverCurlException;
7 use Facebook\WebDriver\Exception\WebDriverException;
H A DRemoteWebElement.php5 use Facebook\WebDriver\Exception\ElementNotInteractableException;
6 use Facebook\WebDriver\Exception\UnsupportedOperationException;
7 use Facebook\WebDriver\Exception\WebDriverException;
/plugin/combo/syntax/
H A Dfragment.php133 * @throws Exception
H A Dfrontmatter.php330 } catch (\Exception $e) {
H A Diterator.php385 } catch (Exception $e) {
452 } catch (Exception $e) {
H A Diteratordata.php123 * @throws Exception
/plugin/combo/ComboStrap/
H A DBootstrap.php17 use Exception; global() alias
H A DLogUtility.php79 public static function msg(string $message, int $level = self::LVL_MSG_ERROR, string $canonical = "support", \Exception $e = null)
124 * @param \Exception $e
126 static function log2file(?string $msg, int $logLevel = self::LVL_MSG_ERROR, $canonical = null, \Exception $e = null)
274 private static function throwErrorIfTest($level, $message, \Exception $e = null)
335 * @param \Exception|null $e the original exception for trace chaining
338 public static function error(string $message, string $canonical = self::SUPPORT_CANONICAL, \Exception $e = null)
343 public static function warning(string $message, string $canonical = "support", \Exception $e = null)
348 public static function info(string $message, string $canonical = "support", \Exception $e = null)
H A DMarkupCacheDependencies.php8 use splitbrain\slika\Exception; alias
H A DMarkupDynamicRender.php6 use PHPUnit\Exception; alias
113 } /** @noinspection PhpRedundantCatchClauseInspection */ catch (Exception $e) {
H A DMarkupPath.php24 use Exception; alias
1566 * @throws Exception
2134 } catch (\Exception $e) {
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/Service/
H A DDriverCommandExecutor.php5 use Facebook\WebDriver\Exception\DriverServerDiedException;
6 use Facebook\WebDriver\Exception\WebDriverException;
31 * @throws \Exception
48 } catch (\Exception $e) {
H A DDriverService.php5 use Exception; alias
126 * @throws Exception
136 throw new Exception(
153 throw new Exception(
/plugin/combo/action/
H A Dimgmove.php252 } catch (\Exception $e) {
290 } catch (Exception $e) {
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverCheckboxes.php5 use Facebook\WebDriver\Exception\WebDriverException;
H A DWebDriverEventListener.php5 use Facebook\WebDriver\Exception\WebDriverException;
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DXpath.php15 use PhpCss\Exception; alias
504 * @throws Exception\NotConvertibleException
554 throw new Exception\NotConvertibleException('pseudoclass '.$pseudoClass->name, 'Xpath');
669 * @throws Exception\NotConvertibleException
672 throw new Exception\NotConvertibleException('pseudoelement '.$pseudoElement->name, 'Xpath');
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Exception/
H A DParserException.php3 * Exception thrown if a parse error occurs
9 namespace PhpCss\Exception {
11 use Exception; alias
15 * Exception thrown if a parse error occurs
20 abstract class ParserException extends Exception implements PhpCssException {

12345678910>>...92