Added Rectangle
This commit is contained in:
11
Shapes/ShapeException.cs
Normal file
11
Shapes/ShapeException.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace Shapes
|
||||
{
|
||||
|
||||
public class ShapeException : System.Exception
|
||||
{
|
||||
public ShapeException(string message) : base(message)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user