mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-25 22:36:59 -04:00
Updated ET driver
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
|
||||
namespace Exceptron.Driver
|
||||
{
|
||||
public class ExceptionData
|
||||
{
|
||||
public Exception Exception { get; set; }
|
||||
public string Component { get; set; }
|
||||
public string UserId { get; set; }
|
||||
public string Message { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user