FilterNotConfiguredException
public function excludeGroups() : array { if (!$this->hasExcludeGroups()) { throw new FilterNotConfiguredException(); } return $this->excludeGroups; }