Copied!

MapperNotFoundException

MapperNotFoundException.php : 16
Extends InvalidArgumentException

Methods

public__construct()

MapperNotFoundException.php : 21
public __construct(string $client[, int $code = 0 ][, Throwable $previous = null ])

Parameters

Name Type Default value Description
$client string - -
$code int 0 -
$previous Throwable null -

publicgetClient()

MapperNotFoundException.php : 32
public getClient() : string

Return values

string