first unit test
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace Shapes
|
||||
{
|
||||
|
||||
public class ShapeException : System.Exception
|
||||
public class ShapeException : Exception
|
||||
{
|
||||
public ShapeException(string message) : base(message)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user