mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45:28 +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;
|
namespace Yggverse\Yoda\Entity\Browser\Menu\Help;
|
||||||
|
|
||||||
|
use \Composer\InstalledVersions;
|
||||||
|
|
||||||
|
use \Exception;
|
||||||
|
|
||||||
use \Gtk;
|
use \Gtk;
|
||||||
use \GtkButtonsType;
|
use \GtkButtonsType;
|
||||||
use \GtkDialogFlags;
|
use \GtkDialogFlags;
|
||||||
|
|
@ -15,8 +19,6 @@ use \GtkResponseType;
|
||||||
|
|
||||||
use \Yggverse\Yoda\Entity\Browser\Menu\Help;
|
use \Yggverse\Yoda\Entity\Browser\Menu\Help;
|
||||||
|
|
||||||
use \Composer\InstalledVersions;
|
|
||||||
|
|
||||||
class About
|
class About
|
||||||
{
|
{
|
||||||
// GTK
|
// GTK
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue