mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +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->getValue(),
|
||||||
$page->title->getSubtitle()
|
$page->title->getSubtitle()
|
||||||
);
|
);
|
||||||
}
|
} else throw new \Exception;
|
||||||
|
|
||||||
// Keep current selection
|
// Keep current selection
|
||||||
$self->grab_focus();
|
$self->grab_focus();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue