9 lines
108 B
C#
9 lines
108 B
C#
|
|
using System;
|
||
|
|
|
||
|
|
namespace Yavsc.Exceptions
|
||
|
|
{
|
||
|
|
public class InvalidPathException: Exception
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|