Overview

Namespaces

  • DSchoenbauer
    • Orm
      • Builder
      • Entity
      • Enum
      • Events
        • Persistence
        • Validate
          • DataType
          • Schema
      • Exception
      • Framework

Classes

  • InvalidDataTypeException
  • RequiredFieldMissingException

Interfaces

  • OrmExceptionInterface
  • Overview
  • Namespace
  • Class

Class RequiredFieldMissingException

A required field is not present in the data payload

DSchoenbauer\Exception\Http\ClientError\BadRequestException
Extended by DSchoenbauer\Orm\Exception\RequiredFieldMissingException implements DSchoenbauer\Orm\Exception\OrmExceptionInterface
Namespace: DSchoenbauer\Orm\Exception
Author: David Schoenbauer
Since: v1.0.0
Located at Orm/Exception/RequiredFieldMissingException.php
Methods summary
public
# __construct( array $missingFields = [], $message = "" )
public array
# getMissingFields( )

Provides a list of fields that are missing

Provides a list of fields that are missing

Returns

array
public
# setMissingFields( array $missingFields = [] )

sets a list of fields that are missing

sets a list of fields that are missing

Parameters

$missingFields

Returns


$this
Properties summary
protected $missingFields
#
API documentation generated by ApiGen