]> source.dussan.org Git - nextcloud-server.git/commit
fix(API): Use a distinct exception so apps can react to it and customize the return 41779/head
authorJoas Schilling <coding@schilljs.com>
Mon, 27 Nov 2023 16:59:14 +0000 (17:59 +0100)
committerJoas Schilling <coding@schilljs.com>
Tue, 28 Nov 2023 05:11:57 +0000 (06:11 +0100)
commitf6b6776c93a4fd8934372b22229ea77b4f8bfc54
tree49ce81c4a306084a59db2d83de99ab27ac4aea29
parentc13b748dea32ac932fabc9e681a17ef0ffdbf478
fix(API): Use a distinct exception so apps can react to it and customize the return

Signed-off-by: Joas Schilling <coding@schilljs.com>
lib/composer/composer/autoload_classmap.php
lib/composer/composer/autoload_static.php
lib/private/AppFramework/Http/Dispatcher.php
lib/public/AppFramework/Http/ParameterOutOfRangeException.php [new file with mode: 0644]
tests/lib/AppFramework/Http/DispatcherTest.php