We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56c7073 commit b76133cCopy full SHA for b76133c
system/Validation/Validation.php
@@ -499,7 +499,7 @@ public function hasRule(string $field): bool
499
*
500
* @param string $group Group.
501
502
- * @throws InvalidArgumentException If group not found.
+ * @throws ValidationException If group not found.
503
504
* @return string[] Rule group.
505
*/
@@ -521,7 +521,7 @@ public function getRuleGroup(string $group): array
521
522
523
524
525
526
public function setRuleGroup(string $group)
527
{
0 commit comments