Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use ReadTheDocs for documentation #50

Merged
merged 12 commits into from
Sep 6, 2016
Prev Previous commit
Next Next commit
Update Exception docs
  • Loading branch information
mgdm committed Sep 5, 2016
commit 191ab85a83cc06aed6fbfc3af875be256d8562e2
6 changes: 5 additions & 1 deletion docs/exception.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,9 @@
Mosquitto\\Exception
====================

This is an exception that may be thrown by many of the operations in the Client object. It does not add any features to the standard PHP `Exception` class.
.. php:namespace:: Mosquitto

.. php:class:: Exception

This is an exception that may be thrown by many of the operations in the ``Client`` object. It does not add any features to the standard PHP ``Exception`` class.