interface ErrorCodeProviderInterface

Interface ErrorCodeProviderInterface.

Methods

array|null
getAll()

No description

string|null
getValue(string|null $code)

No description

Details

at line 15
array|null getAll()

Return Value

array|null

at line 22
string|null getValue(string|null $code)

Parameters

string|null $code

Return Value

string|null