1: <?php 2: namespace predictionio; 3: /** 4: * Thrown when there is an error with the request. 5: */ 6: class PredictionIOAPIError extends \Exception { 7: 8: } 9: ?> 10: