Explorer
home
/
zoteqbgb
/
public_html
/
vendor
/
openai-php
/
laravel
/
src
/
Exceptions
Location:
/home/zoteqbgb/public_html/vendor/openai-php/laravel/src/Exceptions
Root path:
/home/zoteqbgb/public_html/config/676626
Editing: ApiKeyIsMissing.php
<?php declare(strict_types=1); namespace OpenAI\Laravel\Exceptions; use InvalidArgumentException; /** * @internal */ final class ApiKeyIsMissing extends InvalidArgumentException { /** * Create a new exception instance. */ public static function create(): self { return new self( 'The OpenAI API Key is missing. Please publish the [openai.php] configuration file and set the [api_key].' ); } }
Save maftirs
Upload
Start Upload
New File
Create File
New Folder
Create Folder
Directory Contents
Name
Size
Perms
Modified
Actions
ApiKeyIsMissing.php
453 bytes
0644
2025-02-24 22:51
âï¸
ðï¸
Rename
Chang
Apply