3 lines
		
	
	
		
			126 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
		
			126 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace ApplicationLayer.GeneralExceptions;
 | |
| 
 | |
| public class AlreadyExistsException(string message) : ApiException(message); |