mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 15:48:32 -06:00
4 lines
82 B
C#
4 lines
82 B
C#
public class LoadCourseFromFileException(string message) : Exception(message)
|
|
{
|
|
}
|