Promact/slack-erp-custom-integration-mvc

View on GitHub
Slack.Automation/Promact.Erp.Util/ExceptionHandler/LeaveNotFoundForUser.cs

Summary

Maintainability
A
0 mins
Test Coverage
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Promact.Erp.Util.ExceptionHandler
{
    public class LeaveNotFoundForUser : Exception
    {
        public LeaveNotFoundForUser() : base()
        {

        }
    }
}