Exception: ModelContextProtocol::Server::GlobalConfig::ServerLogging::NotConfiguredError
- Inherits:
-
StandardError
- Object
- StandardError
- ModelContextProtocol::Server::GlobalConfig::ServerLogging::NotConfiguredError
- Defined in:
- lib/model_context_protocol/server/global_config/server_logging.rb
Instance Method Summary collapse
-
#initialize ⇒ NotConfiguredError
constructor
A new instance of NotConfiguredError.
Constructor Details
#initialize ⇒ NotConfiguredError
Returns a new instance of NotConfiguredError.
9 10 11 |
# File 'lib/model_context_protocol/server/global_config/server_logging.rb', line 9 def initialize super("Server logging not configured. Call ModelContextProtocol::Server.configure_server_logging first") end |