Files
nextcloud-docs/developer_manual/classes/appframework/db_doesnotexistexception.rst
Bernhard Posselt fa1c768a44 updated api docs
2013-01-30 22:22:45 +01:00

21 lines
323 B
ReStructuredText

DoesNotExistException
=====================
This is returned or should be returned when a find request does not find an
entry in the database
.. php:namespace:: OCA\AppFramework\Db
.. php:class:: DoesNotExistException
.. php:method:: __construct($msg)
:param string $msg: the error message
Constructor