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