Skip to content

Commit

Permalink
fix: default message refers to sso
Browse files Browse the repository at this point in the history
  • Loading branch information
gibsonjoshua55 committed Jul 25, 2019
1 parent 361fcd6 commit f56e545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/exceptions/sso.exception.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { LoggedException } from './logged.exception';
export class SsoException extends LoggedException {
constructor(error?: Error, customMessage?: string) {
super(
customMessage || 'Internal server error with database',
customMessage || 'Internal server error with SSO',
HttpStatus.INTERNAL_SERVER_ERROR,
error
);
Expand Down

0 comments on commit f56e545

Please sign in to comment.