@@ -23,9 +23,7 @@
|
||||
|
||||
namespace OCA\Deck;
|
||||
|
||||
|
||||
class NotFoundException extends StatusException {
|
||||
|
||||
public function __construct($message = '') {
|
||||
parent::__construct($message);
|
||||
}
|
||||
@@ -33,4 +31,4 @@ class NotFoundException extends StatusException {
|
||||
public function getStatus() {
|
||||
return 404;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user