getValue(); if ($value < 0 || $value > 1) { throw new \Exception(__('The priority must be between 0 and 1.')); } elseif ($value == 0 && !($value === '0' || $value === '0.0')) { throw new \Exception(__('The priority must be between 0 and 1.')); } return $this; } }