]> source.dussan.org Git - nextcloud-server.git/commit
fix(activity): Add a dedicated exception when invalid values are set
authorJoas Schilling <coding@schilljs.com>
Wed, 17 Apr 2024 11:08:06 +0000 (13:08 +0200)
committerJoas Schilling <coding@schilljs.com>
Wed, 17 Apr 2024 13:36:40 +0000 (15:36 +0200)
commit661143a1d15e56b8c7146b845a2f74c03365fe78
tree1a7bec80013d2ea22d6bc54c341bedd43649f0b5
parentf325e404d6b866b44fd2969a8533d35a89cd6934
fix(activity): Add a dedicated exception when invalid values are set

Signed-off-by: Joas Schilling <coding@schilljs.com>
lib/composer/composer/autoload_classmap.php
lib/composer/composer/autoload_static.php
lib/private/Activity/Event.php
lib/public/Activity/Exceptions/InvalidValueException.php [new file with mode: 0644]
lib/public/Activity/IEvent.php