just another orm...
View the Project on GitHub tflori/orm
» API Reference » ORM\Dbal\Error\NotValid
Extends: ORM\Dbal\Error
| Name | Value |
|---|---|
| ERROR_CODE | 'NOT_VALID' |
public function __construct(
array $params = [],
?string $code = null,
?string $message = null,
?\ORM\Dbal\Error $previous = null,
)
| Parameter | Type | Description |
|---|---|---|
$params |
array | |
$code |
?string | |
$message |
?string | |
$previous |
?ORM\Dbal\Error |
ORM\Dbal\Error\NotValid::__construct
public function getError(): ?\ORM\Dbal\Error
| Returns | ?ORM\Dbal\Error |
ORM\Dbal\Error\NotValid::getError
public function getErrorCode(): string
| Returns | string |
ORM\Dbal\Error\NotValid::getErrorCode