Home
last modified time | relevance | path

Searched refs:Exception (Results 526 – 550 of 2287) sorted by relevance

1...<<21222324252627282930>>...92

/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGeoRSS.php74 throw new \Exception("Invalid GeoRSS: " . $text);
80 } catch (\Exception $e) {
81 throw new \Exception("Cannot Read Geometry From GeoRSS: " . $e->getMessage());
97 throw new \Exception("Invalid / Empty GeoRSS");
/plugin/pycode/
H A Dmethod.php61 throw new Exception("error");
84 throw new Exception("notfound-lns");
135 throw new Exception("notfound-cls");
138 throw new Exception("notfound-def");
174 throw new Exception("notfound-cls");
179 catch (Exception $error) {
987 throw new Exception("error");
991 catch (Exception $error) {
/plugin/findologicxmlexport/vendor/hoa/file/Link/
H A DLink.php70 throw new File\Exception(
158 throw new File\Exception(
/plugin/findologicxmlexport/vendor/sebastian/comparator/tests/
H A DFactoryTest.php44 … array(new \Exception, new \Exception, 'SebastianBergmann\\Comparator\\ExceptionComparator'),
/plugin/letsencrypt/classes/
H A DClient.php59 * @throws Exception
66 if(!$result) throw new Exception('Failed to get nonce');
/plugin/submgr/
H A Dadmin.php46 } catch (Exception $e) {
55 } catch (Exception $e) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DServerBindHandler.php14 use FreeDSx\Ldap\Exception\OperationException;
15 use FreeDSx\Ldap\Exception\RuntimeException;
/plugin/davcal/vendor/sabre/dav/bin/
H A Dmigrateto21.php99 } catch (Exception $e) {
123 } catch (\Exception $e) {
/plugin/approve/action/
H A Dnotification.php
/plugin/randomtables/action/
H A Dajax.php23 } catch (Exception $e) {
65 } catch (Exception $e) {
/plugin/passpolicy/
H A Dhelper.php95 * @throws Exception when the generator fails to create a policy compliant password
116 throw new Exception('can\'t create a random password matching the password policy');
419 } catch (Exception $e) {
435 * @throws Exception when no usable random generator is found
468 } catch (Exception $ex) {
475 if ($rbytes === false) throw new Exception('No true random generator available');
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DDatamatrixFactory.php173 throw new \Exception('This size not render.');
267 throw new \Exception('Incorrect file extension format.');
277 throw new \Exception('Not found save path.');
331 throw new \Exception('Incorrect file extension format.');
341 throw new \Exception('Not found save path.');
H A DPDF417Factory.php157 throw new \Exception('This size not render.');
271 throw new \Exception('Incorrect file extension format.');
281 throw new \Exception('Not found save path.');
335 throw new \Exception('Incorrect file extension format.');
345 throw new \Exception('Not found save path.');
/plugin/bez/action/
H A Dmigration.php51 throw new Exception('cannot open file ' . $file);
84 throw new Exception('cannot open file ' . $file);
125 throw new Exception('cannot open file '.$file);
290 throw new Exception($db->errorInfo());
359 throw new Exception($db->errorInfo());
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DPrincipal.php7 use Sabre\DAV\Exception\BadRequest;
66 … throw new DAV\Exception('The href argument must be specified for the HREF principal type.');
/plugin/findologicxmlexport/vendor/symfony/yaml/Exception/
H A DParseException.php12 namespace Symfony\Component\Yaml\Exception;
33 …t $parsedLine = -1, string $snippet = null, string $parsedFile = null, \Exception $previous = null)
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DHandlerRegistry.php7 use JMS\Serializer\Exception\LogicException;
8 use JMS\Serializer\Exception\RuntimeException;
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DPrincipal.php7 use Sabre\DAV\Exception\BadRequest;
66 … throw new DAV\Exception('The href argument must be specified for the HREF principal type.');
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DStreamDecoratorTrait.php4 use GuzzleHttp\Stream\Exception\CannotAttachException;
39 } catch (\Exception $e) {
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DJsonDeserializationVisitor.php7 use JMS\Serializer\Exception\LogicException;
8 use JMS\Serializer\Exception\NotAcceptableException;
9 use JMS\Serializer\Exception\RuntimeException;
/plugin/findologicxmlexport/vendor/hoa/exception/Test/Unit/
H A DIdle.php37 namespace Hoa\Exception\Test\Unit;
39 use Hoa\Exception\Idle as SUT;
204 SUT::uncaught(new \Exception('foo'));
/plugin/combo/vendor/php-webdriver/webdriver/lib/Exception/
H A DWebDriverException.php3 namespace Facebook\WebDriver\Exception;
5 use Exception; alias
10 class WebDriverException extends Exception
/plugin/findologicxmlexport/vendor/jms/serializer/src/GraphNavigator/
H A DDeserializationGraphNavigator.php14 use JMS\Serializer\Exception\ExpressionLanguageRequiredException;
15 use JMS\Serializer\Exception\LogicException;
16 use JMS\Serializer\Exception\NotAcceptableException;
17 use JMS\Serializer\Exception\RuntimeException;
/plugin/fetchmedia/action/
H A Dajax.php50 } catch (Exception $e) {
78 throw new Exception('FIXME invalid action');
90 } catch (Exception $e) {
136 throw new Exception('Failed to create tempdir');
/plugin/bez/mdl/
H A DThreadFactory.php5 use Assetic\Exception\Exception; alias
229 } catch(Exception $exception) {
290 } catch(Exception $exception) {

1...<<21222324252627282930>>...92