Exception: Iron::Mcp::Forbidden

Inherits:
Error
  • Object
show all
Defined in:
app/mcp/iron/mcp/forbidden.rb

Instance Method Summary collapse

Constructor Details

#initialize(message = "Your token is not allowed to write content") ⇒ Forbidden

Returns a new instance of Forbidden.



4
5
6
# File 'app/mcp/iron/mcp/forbidden.rb', line 4

def initialize(message = "Your token is not allowed to write content")
  super
end