Skip to content

Commit

Permalink
refactor: remove RtmpStreamDeletedException
Browse files Browse the repository at this point in the history
  • Loading branch information
josephnhtam committed Oct 1, 2024
1 parent 03f8d01 commit 1b106b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ private void ValidateStreamNotDeleted()
{
if (_isDeleted)
{
throw new RtmpStreamDeletedException();
throw new InvalidOperationException("The stream is deleted.");
}
}

Expand Down

0 comments on commit 1b106b9

Please sign in to comment.