mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Add code comments
This commit is contained in:
parent
4095eb4b86
commit
5a2db37d39
1 changed files with 4 additions and 0 deletions
|
|
@ -118,9 +118,11 @@ namespace Flow.Launcher.Core.Plugin
|
||||||
}
|
}
|
||||||
catch (RemoteMethodNotFoundException)
|
catch (RemoteMethodNotFoundException)
|
||||||
{
|
{
|
||||||
|
// Ignored
|
||||||
}
|
}
|
||||||
catch (ConnectionLostException)
|
catch (ConnectionLostException)
|
||||||
{
|
{
|
||||||
|
// Ignored
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
|
|
@ -136,9 +138,11 @@ namespace Flow.Launcher.Core.Plugin
|
||||||
}
|
}
|
||||||
catch (RemoteMethodNotFoundException)
|
catch (RemoteMethodNotFoundException)
|
||||||
{
|
{
|
||||||
|
// Ignored
|
||||||
}
|
}
|
||||||
catch (ConnectionLostException)
|
catch (ConnectionLostException)
|
||||||
{
|
{
|
||||||
|
// Ignored
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue