Skip to content

Commit

Permalink
Merge pull request #24 from mvSapphire/FixedExceptionScope
Browse files Browse the repository at this point in the history
Made PipelineExecutionException public
  • Loading branch information
mvSapphire authored Sep 12, 2023
2 parents b8f3328 + 48f9f28 commit 25f3763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PowerPipe/Exceptions/PipelineExecutionException.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace PowerPipe.Exceptions;

internal class PipelineExecutionException : Exception
public class PipelineExecutionException : Exception
{
public PipelineExecutionException(Exception exception)
: base("Pipeline execution failed", exception)
Expand Down

0 comments on commit 25f3763

Please sign in to comment.