8 lines
		
	
	
		
			335 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			335 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| using ApplicationLayer.Services.GeneralExceptions;
 | |
| 
 | |
| namespace Infrastructure.Database.VisaApplications.Repositories.Exceptions
 | |
| {
 | |
|     public class ApplicationNotFoundByApplicantAndApplicationIdException(Guid applicationId)
 | |
|         : EntityNotFoundException($"Application with id {applicationId} not found for authenticated user");
 | |
| }
 |