Skip to content

Commit 8d0e442

Browse files
committedJun 11, 2023
docs: fixed exception jsdoc
1 parent 85aa507 commit 8d0e442

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/libs/exceptions/exceptions.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ export class NotFoundException extends ExceptionBase {
6666
}
6767

6868
/**
69-
* Used to indicate that entity is not found
69+
* Used to indicate an internal server error that does not fall under all other errors
7070
*
71-
* @class NotFoundException
71+
* @class InternalServerErrorException
7272
* @extends {ExceptionBase}
7373
*/
7474
export class InternalServerErrorException extends ExceptionBase {

0 commit comments

Comments
 (0)
Failed to load comments.