urls = $urls; if ($phrase === null) { $phrase = __('URL key for specified store already exists'); } parent::__construct($phrase, $cause, $code); } /** * Get URLs * * @return array * @since 101.0.0 */ public function getUrls() { return $this->urls; } }