feat(backend): LearningPathPersonalizingService geïmplementeerd
This commit is contained in:
parent
cd0a3a8a7b
commit
a30c4d0d32
5 changed files with 129 additions and 116 deletions
|
@ -24,6 +24,7 @@ export class UnauthorizedException extends Error {
|
|||
*/
|
||||
export class ForbiddenException extends Error {
|
||||
status = 403;
|
||||
|
||||
constructor(message: string = 'Forbidden') {
|
||||
super(message);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue