mirror of
				https://github.com/CCOSTAN/Home-AssistantConfig.git
				synced 2025-11-04 04:55:16 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			167 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			167 B
		
	
	
	
		
			Python
		
	
	
	
	
	
"""Custom Exceptions."""
 | 
						|
 | 
						|
 | 
						|
class HacsException(Exception):
 | 
						|
    """Super basic."""
 | 
						|
 | 
						|
 | 
						|
class HacsExpectedException(HacsException):
 | 
						|
    """For stuff that are expected."""
 |