mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 18:50:47 -04:00
fix: Allow to catch IMapperException by implementing Throwable
Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
This commit is contained in:
parent
b952066140
commit
bdbff2181e
1 changed files with 1 additions and 1 deletions
|
|
@ -29,5 +29,5 @@ namespace OCP\AppFramework\Db;
|
|||
/**
|
||||
* @since 16.0.0
|
||||
*/
|
||||
interface IMapperException {
|
||||
interface IMapperException extends \Throwable {
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue