mirror of
https://github.com/WowUp/WowUp.git
synced 2026-04-20 13:58:49 -04:00
9 lines
120 B
C#
9 lines
120 B
C#
using System;
|
|
|
|
namespace WowUp.Common.Exceptions
|
|
{
|
|
public class AddonNotFoundException : Exception
|
|
{
|
|
}
|
|
}
|