throw exception on page_num requested not found

This commit is contained in:
yggverse 2024-07-21 18:58:37 +03:00
parent f911ea90a1
commit dc79f2e0b2

View file

@ -63,7 +63,7 @@ class Tab
$page->title->getValue(),
$page->title->getSubtitle()
);
}
} else throw new \Exception;
// Keep current selection
$self->grab_focus();