PHP Sigfox Client

DeserializeException extends SerializeException

Deserialization exceptions.

Table of Contents

getActualType()  : string
Actual type that user passed
getExpectedTypes()  : array<string|int, string>
Expected type for the property

Methods

getActualType()

Actual type that user passed

public getActualType() : string
Return values
string

getExpectedTypes()

Expected type for the property

public getExpectedTypes() : array<string|int, string>
Return values
array<string|int, string>

Search results