Files
nextcloud-docs/developer_manual/app/appframework/api/db_doesnotexistexception.rst
2013-03-23 19:24:17 +01:00

23 lines
325 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