/* This software is licensed by the MIT License, see LICENSE file */ /* Copyright © 2024-2025 Gregory Lirent */ namespace WebmrAPI.Exceptions { public class GettingModuleInfoException : ProcessMonitorException { public GettingModuleInfoException(string message) : base(message) { } } }