Overview

Namespaces

  • PHP
  • predictionio

Classes

  • BaseClient
  • EngineClient
  • EventClient

Exceptions

  • PredictionIOAPIError
  • Overview
  • Namespace
  • Class
  • Tree
 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: 
PredictionIO API PHP Client API documentation generated by ApiGen 2.8.0