Segment::checkClient PHP 메소드

checkClient() 개인적인 정적인 메소드

Check the client.
private static checkClient ( )
    private static function checkClient()
    {
        if (null != self::$client) {
            return;
        }
        throw new Exception("Segment::init() must be called before any other tracking method.");
    }