Sign in
apache
/
predictionio-sdk-php
/
d66176b4d58ef4572bee816fbb6ea2168eb03e3d
/
.
/
src
/
predictionio
/
PredictionIOAPIError.php
blob: ca4cacd79e0e60ecc8e4f3cc2f4ec5467e64b56e [
file
]
<?
php
namespace
predictionio
;
/**
* Thrown when there is an error with the request.
*/
class
PredictionIOAPIError
extends
\Exception
{
}
?>