📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 12:03:54
📂
/ (Root)
/
home
/
xeqi7597
/
map.claireduwig.com
/
wp-includes
/
php-ai-client
/
src
/
Common
/
Contracts
📍 /home/xeqi7597/map.claireduwig.com/wp-includes/php-ai-client/src/Common/Contracts
🔄 Refresh
✏️
Editing: AiClientExceptionInterface.php
Writable
<?php declare (strict_types=1); namespace WordPress\AiClient\Common\Contracts; use Throwable; /** * Base interface for all AI Client exceptions. * * This interface allows callers to catch all AI Client specific exceptions * with a single catch statement. * * @since 0.2.0 */ interface AiClientExceptionInterface extends Throwable { }
💾 Save Changes
❌ Cancel