1b31dc18e8
* fixes * Generate empty constructors for testing
7 lines
205 B
C#
7 lines
205 B
C#
namespace Autodesk.Revit.Exceptions;
|
|
|
|
public partial class RevitServerModelAlreadyExistsException : Autodesk.Revit.Exceptions.RevitServerException
|
|
{
|
|
public RevitServerModelAlreadyExistsException() { }
|
|
}
|