9 lines
118 B
PHP
9 lines
118 B
PHP
<?php
|
|
|
|
namespace App\Exceptions;
|
|
|
|
use RuntimeException;
|
|
|
|
class OllamaUnavailableException extends RuntimeException
|
|
{
|
|
} |