blob: ca4cacd79e0e60ecc8e4f3cc2f4ec5467e64b56e [file] [log] [blame]
<?php
namespace predictionio;
/**
* Thrown when there is an error with the request.
*/
class PredictionIOAPIError extends \Exception {
}
?>