mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
define Exception, order use by asc
This commit is contained in:
parent
6ae4979501
commit
b3779858b8
1 changed files with 4 additions and 2 deletions
|
|
@ -4,6 +4,10 @@ declare(strict_types=1);
|
|||
|
||||
namespace Yggverse\Yoda\Entity\Browser\Menu\Help;
|
||||
|
||||
use \Composer\InstalledVersions;
|
||||
|
||||
use \Exception;
|
||||
|
||||
use \Gtk;
|
||||
use \GtkButtonsType;
|
||||
use \GtkDialogFlags;
|
||||
|
|
@ -15,8 +19,6 @@ use \GtkResponseType;
|
|||
|
||||
use \Yggverse\Yoda\Entity\Browser\Menu\Help;
|
||||
|
||||
use \Composer\InstalledVersions;
|
||||
|
||||
class About
|
||||
{
|
||||
// GTK
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue