Class: Legion::LLM::Transport::Messages::FleetError
- Inherits:
-
Object
- Object
- Legion::LLM::Transport::Messages::FleetError
- Defined in:
- lib/legion/llm/transport/messages/fleet_error.rb
Instance Method Summary collapse
-
#initialize ⇒ FleetError
constructor
A new instance of FleetError.
Constructor Details
#initialize ⇒ FleetError
Returns a new instance of FleetError.
10 11 12 13 |
# File 'lib/legion/llm/transport/messages/fleet_error.rb', line 10 def initialize(*, **) raise NotImplementedError, 'Use Legion::Extensions::Llm::Transport::Messages::FleetError' end |