File manager - Edit - /home/autoph/public_html/projects/api/vendor/halaxa/json-machine/src/JsonDecoder/InvalidResult.php
Back
<?php declare(strict_types=1); namespace JsonMachine\JsonDecoder; class InvalidResult { /** * @var string */ private $errorMessage; public function __construct(string $errorMessage) { $this->errorMessage = $errorMessage; } public function getErrorMessage(): string { return $this->errorMessage; } public function isOk(): bool { return false; } }
| ver. 1.4 |
.
| PHP 8.0.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings