Spaces:
Runtime error
Runtime error
| declare(strict_types=1); | |
| namespace OpenWA\Exceptions; | |
| /** | |
| * Base class for every error thrown by the OpenWA SDK. | |
| */ | |
| class OpenWAException extends \Exception | |
| { | |
| } | |
| declare(strict_types=1); | |
| namespace OpenWA\Exceptions; | |
| /** | |
| * Base class for every error thrown by the OpenWA SDK. | |
| */ | |
| class OpenWAException extends \Exception | |
| { | |
| } | |