mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 23:28:33 -06:00
got assignment edit page working again
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
|
||||
namespace LocalModels;
|
||||
public class RubricMarkdownParseException : Exception
|
||||
{
|
||||
public RubricMarkdownParseException(string message) : base(message) { }
|
||||
}
|
||||
public class AssignmentMarkdownParseException : Exception
|
||||
{
|
||||
public AssignmentMarkdownParseException(string message) : base(message) { }
|
||||
}
|
||||
Reference in New Issue
Block a user