Build Laravel 13 ticket assistant with Docker, Livewire admin, and helpdesk scraper command
This commit is contained in:
9
app/Exceptions/OllamaUnavailableException.php
Normal file
9
app/Exceptions/OllamaUnavailableException.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace App\Exceptions;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
class OllamaUnavailableException extends RuntimeException
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user