WIP: Added packing of AR and TAR
This commit is contained in:
13
AMWD.Common/Packing/Tar/Utils/TarException.cs
Normal file
13
AMWD.Common/Packing/Tar/Utils/TarException.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AMWD.Common.Packing.Tar.Utils
|
||||
{
|
||||
public class TarException : Exception
|
||||
{
|
||||
public TarException(string message) : base(message)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user