Sign in
apache
/
predictionio-sdk-php
/
b2b30c29605532a5dfdcdfd4fbad68d705b64fc0
/
.
/
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
{
}