mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
throw exception on page_num requested not found
This commit is contained in:
parent
f911ea90a1
commit
dc79f2e0b2
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ class Tab
|
|||
$page->title->getValue(),
|
||||
$page->title->getSubtitle()
|
||||
);
|
||||
}
|
||||
} else throw new \Exception;
|
||||
|
||||
// Keep current selection
|
||||
$self->grab_focus();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue