Searched refs:MatrixRequestException (Results 1 – 4 of 4) sorted by relevance
7 use MatrixPhp\Exceptions\MatrixRequestException; alias301 * @throws MatrixRequestException (code=404) if the state event is not found.319 * @throws MatrixRequestException346 * @throws MatrixRequestException380 * @throws MatrixRequestException408 * @throws MatrixRequestException437 * @throws MatrixRequestException454 * @throws MatrixRequestException471 * @throws MatrixRequestException491 * @throws MatrixRequestException[all …]
5 use MatrixPhp\Exceptions\MatrixRequestException; alias443 } 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 …]
6 use MatrixPhp\Exceptions\MatrixRequestException; alias397 } 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 MatrixRequestException468 } catch (MatrixRequestException $e) {484 * @throws MatrixRequestException564 } catch (MatrixRequestException $e) {
10 class MatrixRequestException extends MatrixException { class