final class Errors implements IteratorAggregate, Countable (View source)

internal  implementation detail of the catchup
 

Constants

private CLAMP_ERRORS

Methods

static Errors
fromArray(array $errors)

No description

getIterator()

No description

int
count()

No description

first()

No description

string
getClampedMessage()

No description

Details

static Errors fromArray(array $errors)

No description

Parameters

array $errors

Return Value

Errors

Traversable getIterator()

No description

Return Value

Traversable

int count()

No description

Return Value

int

Error first()

No description

Return Value

Error

string getClampedMessage()

No description

Return Value

string