10 lines
		
	
	
		
			250 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			250 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| namespace Aws\SageMakerGeospatial\Exception;
 | |
| 
 | |
| use Aws\Exception\AwsException;
 | |
| 
 | |
| /**
 | |
|  * Represents an error interacting with the **Amazon SageMaker geospatial capabilities** service.
 | |
|  */
 | |
| class SageMakerGeospatialException extends AwsException {}
 | 
