diff options
author | Matias Linares <matiaslina@gmail.com> | 2019-01-06 21:07:03 -0300 |
---|---|---|
committer | Matias Linares <matiaslina@gmail.com> | 2019-01-06 21:07:03 -0300 |
commit | 2d54d1357deacf23c53bde9b521d464fc2fcb15e (patch) | |
tree | 513fc1ca27e6b57a5b5b013a86a40b4dc1c5d1f0 /docs/x-matrix-response.pod6 | |
parent | 9e392def5355bdec60b17f7a3c86a6928e94a453 (diff) | |
download | perl6-matrix-client-2d54d1357deacf23c53bde9b521d464fc2fcb15e.tar.gz |
Update pods for doc generation
Diffstat (limited to 'docs/x-matrix-response.pod6')
-rw-r--r-- | docs/x-matrix-response.pod6 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/x-matrix-response.pod6 b/docs/x-matrix-response.pod6 index 18515db..d93c263 100644 --- a/docs/x-matrix-response.pod6 +++ b/docs/x-matrix-response.pod6 @@ -4,8 +4,8 @@ =SUBTITLE Error querying the matrix server -=for code -class X::Matrix::Response is Exception {} + + class X::Matrix::Response is Exception {} Error class when the matrix server returns an error code (4XX). |