fixed up missing checks from labelService, BadRequestException is now extending StatusException
Signed-off-by: Ryan Fletcher <ryan.fletcher@codepassion.ca>
This commit is contained in:
committed by
Julius Härtl
parent
507a7fd243
commit
72aeb723a5
@@ -24,7 +24,7 @@
|
||||
namespace OCA\Deck;
|
||||
|
||||
use OCP\AppFramework\Http;
|
||||
class BadRequestException extends \Exception {
|
||||
class BadRequestException extends StatusException {
|
||||
|
||||
public function __construct($message) {
|
||||
parent::__construct($message);
|
||||
|
||||
Reference in New Issue
Block a user