Exception: Iron::Mcp::Forbidden
- Defined in:
- app/mcp/iron/mcp/forbidden.rb
Instance Method Summary collapse
-
#initialize(message = "Your token is not allowed to write content") ⇒ Forbidden
constructor
A new instance of Forbidden.
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( = "Your token is not allowed to write content") super end |