mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
Merge pull request #10511 from nextcloud/developer/mapper-exception-api
NC27: Add information about API change of `IMapperException`
This commit is contained in:
@@ -63,6 +63,7 @@ Behavioral changes
|
||||
^^^^^^^^^^^^^^^^^^
|
||||
|
||||
* ``\OCP\Files\Cache\CacheEntryRemovedEvent`` will now be dispatched for all files and folders inside the deleted node. (`nextcloud/server#34773 <https://github.com/nextcloud/server/pull/34773>`_)
|
||||
* ``\OCP\AppFramework\Db\IMapperException`` does now implement ``\Throwable``, previously either ``\OCP\AppFramework\Db\DoesNotExistException`` or ``\OCP\AppFramework\Db\MultipleObjectsReturnedException`` had to be caught explicitly. (`nextcloud/server#37324 <https://github.com/nextcloud/server/pull/37324>`_)
|
||||
|
||||
Client APIs
|
||||
-----------
|
||||
|
||||
Reference in New Issue
Block a user