Skip to content

Conversation

@UlasMuezzinoglu
Copy link

Added Not Found Exception instance and implemented to middleware.

@UlasMuezzinoglu UlasMuezzinoglu changed the title Added Not Found Exception and Problem Detail Added Not Found Exception and Problem Detail and Improved Condition Logic Sep 18, 2022
if (exception.GetType() == typeof(ValidationException)) return CreateValidationException(context, exception);
if (exception.GetType() == typeof(BusinessException)) return CreateBusinessException(context, exception);
if (exception.GetType() == typeof(AuthorizationException))
else if (exception.GetType() == typeof(BusinessException)) return CreateBusinessException(context, exception);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no need to write else here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants