tflori/orm

just another orm...

View the Project on GitHub tflori/orm

Build Status Test Coverage Maintainability Latest Stable Version Total Downloads

» API Reference » ORM\Dbal\Error\NotNullable

ORM\Dbal\Error\NotNullable

Table of Contents

Abstract

Extends: ORM\Dbal\Error

NotNullable Validation Error

Constants

Name Value
ERROR_CODE 'NOT_NULLABLE'

Methods

ORM\Dbal\Error\NotNullable::__construct

public function __construct(
    array $params = [], 
    null $code = null, 
    null $message = null, 
    \ORM\Dbal\Error $previous = null, 
)
Error constructor
Parameters
Parameter Type Description
$params array  
$code null  
$message null  
$previous ORM\Dbal\Error  

ORM\Dbal\Error\NotNullable::__construct

↑ top