Sign in
apache
/
predictionio-sdk-php
/
f3aa7e7a0a19e12a00aa1be2caf932cbc3a81d7c
/
.
/
src
/
PredictionIO
/
UnidentifiedUserException.php
blob: 637fda115921c3bea7bf859d88af21bf3fb8cbc0 [
file
]
<?
php
namespace
PredictionIO
;
/**
* Thrown when user-related commands are called before identify() is called.
*/
class
UnidentifiedUserException
extends
\Exception
{
}