283e98faa0
* Fix building for 2023 revit fakes * add Revit 2022 * fmt
7 lines
196 B
C#
7 lines
196 B
C#
namespace Autodesk.Revit.Exceptions;
|
|
|
|
public partial class CentralFileCommunicationException : Autodesk.Revit.Exceptions.CentralModelException
|
|
{
|
|
public CentralFileCommunicationException() { }
|
|
}
|