7 lines
		
	
	
		
			248 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			248 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| using ApplicationLayer.GeneralExceptions;
 | |
| 
 | |
| namespace ApplicationLayer.Services.VisaApplications.Exceptions
 | |
| {
 | |
|     public class ApplicationAlreadyProcessedException() : ApiException("This application already processed or closed by applicant.");
 | |
| }
 |