Home
last modified time | relevance | path

Searched refs:Exception (Results 251 – 275 of 2287) sorted by relevance

1...<<11121314151617181920>>...92

/plugin/webdav/vendor/sabre/dav/lib/DAV/Exception/
H A DUnsupportedMediaType.php3 namespace Sabre\DAV\Exception;
17 class UnsupportedMediaType extends DAV\Exception {
H A DForbidden.php3 namespace Sabre\DAV\Exception;
16 class Forbidden extends DAV\Exception {
H A DLengthRequired.php3 namespace Sabre\DAV\Exception;
17 class LengthRequired extends DAV\Exception {
H A DNotAuthenticated.php3 namespace Sabre\DAV\Exception;
17 class NotAuthenticated extends DAV\Exception {
H A DNotFound.php3 namespace Sabre\DAV\Exception;
16 class NotFound extends DAV\Exception {
/plugin/davcal/vendor/sabre/dav/lib/DAV/Exception/
H A DNotAuthenticated.php3 namespace Sabre\DAV\Exception;
17 class NotAuthenticated extends DAV\Exception {
H A DNotFound.php3 namespace Sabre\DAV\Exception;
16 class NotFound extends DAV\Exception {
H A DNotImplemented.php3 namespace Sabre\DAV\Exception;
16 class NotImplemented extends DAV\Exception {
H A DPaymentRequired.php3 namespace Sabre\DAV\Exception;
17 class PaymentRequired extends DAV\Exception {
H A DRequestedRangeNotSatisfiable.php3 namespace Sabre\DAV\Exception;
17 class RequestedRangeNotSatisfiable extends DAV\Exception {
H A DServiceUnavailable.php3 namespace Sabre\DAV\Exception;
17 class ServiceUnavailable extends DAV\Exception {
H A DUnsupportedMediaType.php3 namespace Sabre\DAV\Exception;
17 class UnsupportedMediaType extends DAV\Exception {
H A DBadRequest.php3 namespace Sabre\DAV\Exception;
17 class BadRequest extends DAV\Exception {
H A DConflict.php3 namespace Sabre\DAV\Exception;
17 class Conflict extends DAV\Exception {
H A DForbidden.php3 namespace Sabre\DAV\Exception;
16 class Forbidden extends DAV\Exception {
H A DInsufficientStorage.php3 namespace Sabre\DAV\Exception;
16 class InsufficientStorage extends DAV\Exception {
H A DLengthRequired.php3 namespace Sabre\DAV\Exception;
17 class LengthRequired extends DAV\Exception {
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DAbstractCaptureApplet.java58 } catch (Exception e) { in stop()
113 } catch (Exception e) { in start()
127 } catch (Exception e) { in createCaptureFrame()
162 } catch (Exception e) { in loadConfig()
173 } catch (Exception e) { in storeConfig()
220 String mimeType) throws Exception { in post()
259 …ected abstract HttpUriRequest createRequest(String fileName, InputStreamBody bin) throws Exception; in createRequest()
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Factory/
H A DExtendedResponseFactory.php15 use FreeDSx\Ldap\Exception\InvalidArgumentException;
16 use FreeDSx\Ldap\Exception\ProtocolException;
17 use FreeDSx\Ldap\Exception\RuntimeException;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/2299/
H A DIssue2299Test.php11 throw new Exception('message');
18 throw new Exception('message', 123);
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Prediction/
H A DNoCallsException.php12 namespace Prophecy\Exception\Prediction;
14 use Prophecy\Exception\Prophecy\MethodProphecyException;
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DXcallable.php94 throw new Exception(
104 throw new Exception(
123 throw new Exception(
136 throw new Exception(
/plugin/findologicxmlexport/vendor/doctrine/instantiator/src/Doctrine/Instantiator/
H A DInstantiator.php5 use Doctrine\Instantiator\Exception\InvalidArgumentException;
6 use Doctrine\Instantiator\Exception\UnexpectedValueException;
7 use Exception; alias
163 } catch (Exception $exception) {
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DIdle.php37 namespace Hoa\Exception;
49 class Idle extends \Exception
103 \Exception $previous = null
242 } catch (\Exception $e) {
/plugin/katex/action/
H A Dsetup.php61 throw new Exception( 'Parsing Result is null' );
89 throw new Exception( 'Parsing Result is null' );
117 throw new Exception( 'Parsing Result is null' );
185 throw new Exception( 'Parsing Result is null' );

1...<<11121314151617181920>>...92