mini\Inference\InferenceException class

Documentation

Exception thrown when inference fails

This may occur when:

  • The LLM service is unavailable
  • The response doesn't match the expected schema
  • The request times out
  • Rate limits are exceeded

Inheritance

Extends: RuntimeException

Implements: Stringable Throwable

Properties (4)

protected mixed $message
protected mixed $code
protected string $file
protected int $line

Methods (10)

Documentation missing

Documentation missing

Documentation missing

Documentation missing

Documentation missing

Documentation missing

Documentation missing

Documentation missing

Documentation missing

Documentation missing

Source

src/Inference/InferenceException.php:14-16