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