Home
last modified time | relevance | path

Searched refs:MatrixRequestException (Results 1 – 4 of 4) sorted by relevance

/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/
DMatrixHttpApi.php7 use MatrixPhp\Exceptions\MatrixRequestException; alias
301 * @throws MatrixRequestException (code=404) if the state event is not found.
319 * @throws MatrixRequestException
346 * @throws MatrixRequestException
380 * @throws MatrixRequestException
408 * @throws MatrixRequestException
437 * @throws MatrixRequestException
454 * @throws MatrixRequestException
471 * @throws MatrixRequestException
491 * @throws MatrixRequestException
[all …]
DRoom.php5 use MatrixPhp\Exceptions\MatrixRequestException; alias
443 } catch (MatrixRequestException $e) {
461 } catch (MatrixRequestException $e) {
479 } catch (MatrixRequestException $e) {
497 } catch (MatrixRequestException $e) {
518 } catch (MatrixRequestException $e) {
535 } catch (MatrixRequestException $e) {
565 } catch (MatrixRequestException $e) {
583 } catch (MatrixRequestException $e) {
607 } catch (MatrixRequestException $e) {
[all …]
DMatrixClient.php6 use MatrixPhp\Exceptions\MatrixRequestException; alias
397 } catch (MatrixRequestException $e) {
438 * @throws MatrixRequestException If the upload failed for some reason.
449 } catch (MatrixRequestException $e) {
450 … throw new MatrixRequestException($e->getHttpCode(), 'Upload failed: ' . $e->getMessage());
458 * @throws MatrixRequestException
468 } catch (MatrixRequestException $e) {
484 * @throws MatrixRequestException
564 } catch (MatrixRequestException $e) {
/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/Exceptions/
DMatrixRequestException.php10 class MatrixRequestException extends MatrixException { class