mirror of
https://github.com/Team-Resurgent/Repackinator.git
synced 2026-08-15 02:18:07 -07:00
7 lines
109 B
C#
7 lines
109 B
C#
namespace Repackinator.Core.Exceptions
|
|
{
|
|
public class ExtractAbortException : Exception
|
|
{
|
|
}
|
|
}
|