Searched refs:MatrixException (Results 1 – 7 of 7) sorted by relevance
5 use MatrixPhp\Exceptions\MatrixException; alias84 * @throws MatrixException89 throw new MatrixException("Invalid homeserver url $baseUrl");93 throw new MatrixException("No scheme in homeserver url $baseUrl");116 * @throws MatrixException159 * @throws MatrixException198 * @throws MatrixException210 * @throws MatrixException220 * @throws MatrixException235 * @throws MatrixException[all …]
10 class MatrixException extends \Exception {} class
10 class MatrixUnexpectedResponse extends MatrixException {
10 class MatrixHttpLibException extends MatrixException {
10 class MatrixRequestException extends MatrixException {
5 use MatrixPhp\Exceptions\MatrixException; alias