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