Browse Source

throw exception on page_num requested not found

PHP-GTK3
yggverse 4 months ago
parent
commit
dc79f2e0b2
  1. 2
      src/Entity/Browser/Container/Tab.php

2
src/Entity/Browser/Container/Tab.php

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

Loading…
Cancel
Save