Home
last modified time | relevance | path

Searched refs:MatrixException (Results 1 – 7 of 7) sorted by relevance

/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/
DMatrixHttpApi.php5 use MatrixPhp\Exceptions\MatrixException; alias
84 * @throws MatrixException
89 throw new MatrixException("Invalid homeserver url $baseUrl");
93 throw new MatrixException("No scheme in homeserver url $baseUrl");
116 * @throws MatrixException
159 * @throws MatrixException
198 * @throws MatrixException
210 * @throws MatrixException
220 * @throws MatrixException
235 * @throws MatrixException
[all …]
/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/Exceptions/
DMatrixException.php10 class MatrixException extends \Exception {} class
DMatrixUnexpectedResponse.php10 class MatrixUnexpectedResponse extends MatrixException {
DMatrixHttpLibException.php10 class MatrixHttpLibException extends MatrixException {
DMatrixRequestException.php10 class MatrixRequestException extends MatrixException {
/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/tests/
DUserTest.php5 use MatrixPhp\Exceptions\MatrixException; alias
DMatrixHttpApiTest.php5 use MatrixPhp\Exceptions\MatrixException; alias