summaryrefslogtreecommitdiffstats
path: root/application/exceptions/UserInputException.php
blob: 150d0204b431c0272bd4c1aacd12340600f5e2c9 (plain)
1
2
3
4
5
6
7
8
9
10
<?php
/*
 * Licensed under AGPLv3
 * (see COPYING for full license text)
 *
 */
namespace exceptions;

class UserInputException extends PublicApiException {
}