LaravelFCM\Message\Topics::checkIfOneTopicExist PHP Method

checkIfOneTopicExist() private method

private checkIfOneTopicExist ( )
    private function checkIfOneTopicExist()
    {
        if (!count($this->conditions)) {
            throw new NoTopicProvidedException('At least one topic must be provided');
        }
    }