6 lines
263 B
C#
6 lines
263 B
C#
namespace NodePipeline.Engine.Exceptions.PipelineRegistry.Registration;
|
|
|
|
public sealed class NullPipelineIdException() : NodePipelineExceptionBase(nameof(NullPipelineIdException),
|
|
Constants.Exceptions.PipelineRegistry.Registration.NullPipelineIdException)
|
|
{
|
|
} |