dsc/ext/PsGallery/xSQLServer.7.0.0.0/Tests/Unit/Stubs/SqlPowerShellSqlExecutionException.cs

namespace Microsoft.SqlServer.Management.PowerShell
{
    public class SqlPowerShellSqlExecutionException : System.Exception
    {
        public SqlPowerShellSqlExecutionException()
        {
        }
    }
}