blob: 2296976a00e62335867ede6649f4d69870a837e0 [file] [log] [blame]
using System;
using System.Collections.Generic;
using System.Text;
namespace BaSys40.Models.Extensions.Exceptions
{
/// <summary>
/// BaSys Base-Exception Class
/// </summary>
public class Exception
{
}
}