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