Spaces:
Runtime error
Runtime error
| declare(strict_types=1); | |
| namespace OpenWA\Exceptions; | |
| /** 501 Not Implemented — the active engine does not support this operation. */ | |
| class OpenWANotImplementedException extends OpenWAApiException | |
| { | |
| } | |