fix: Allow to catch IMapperException by implementing Throwable

Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
This commit is contained in:
Ferdinand Thiessen 2023-03-21 15:12:17 +01:00 committed by Simon L. (Rebase PR Action)
parent b952066140
commit bdbff2181e

View file

@ -29,5 +29,5 @@ namespace OCP\AppFramework\Db;
/**
* @since 16.0.0
*/
interface IMapperException {
interface IMapperException extends \Throwable {
}