mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 13:17:49 +00:00
GEEKING
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
|
||||
namespace Roblox.Common.Mail.Pop3;
|
||||
|
||||
public class Pop3Exception : ApplicationException
|
||||
{
|
||||
public Pop3Exception()
|
||||
{
|
||||
}
|
||||
|
||||
public Pop3Exception(string ErrorMessage)
|
||||
: base(ErrorMessage)
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user