mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-13 13:44:57 +00:00
7 lines
118 B
C#
7 lines
118 B
C#
namespace ElectronNET.API.Entities
|
|
{
|
|
public class Error
|
|
{
|
|
public string Stack { get; set; }
|
|
}
|
|
} |