Save workspace changes
This commit is contained in:
14
app/Services/AiBiography/VisionLlmException.php
Normal file
14
app/Services/AiBiography/VisionLlmException.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace App\Services\AiBiography;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
/**
|
||||
* Thrown when the Vision LLM gateway returns a structured failure.
|
||||
*/
|
||||
final class VisionLlmException extends RuntimeException
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user