// File: Exceptions/GettingModuleInfoException.cs namespace WebmrAPI.Exceptions { public class GettingModuleInfoException : ProcessMonitorException { public GettingModuleInfoException(string message) : base(message) { } } }