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