mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Merge pull request #37324 from nextcloud/fix/mapper-exception
Allow to catch `IMapperException` by implementing `Throwable`
This commit is contained in:
commit
5952a027c3
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