mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-08-20 03:52:10 +00:00
4 lines
119 B
C#
4 lines
119 B
C#
namespace AIStudio.Tools.Web;
|
|
|
|
public sealed class WebPageAccessBlockedException(string message) : Exception(message);
|