mirror of
https://github.com/MichaelGrafnetter/DSInternals
synced 2025-02-10 16:06:56 +00:00
9 lines
153 B
C#
9 lines
153 B
C#
|
namespace DSInternals.Common.Exceptions
|
|||
|
{
|
|||
|
using System;
|
|||
|
|
|||
|
[Serializable]
|
|||
|
public abstract class DirectoryException : Exception
|
|||
|
{
|
|||
|
}
|
|||
|
}
|