mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-13 21:22:22 +00:00
10 lines
242 B
C#
10 lines
242 B
C#
namespace SharpCompress.Common
|
|
{
|
|
public class MultipartStreamRequiredException : ExtractionException
|
|
{
|
|
public MultipartStreamRequiredException(string message)
|
|
: base(message)
|
|
{
|
|
}
|
|
}
|
|
} |