Illegible

Exception for translation problems (e.g. json_decode on non-JSON).

class Illegible extends InvalidArgumentException implements Exception
Copyright
2015-2016 Appertly
License
Apache-2.0

Constructors / Destructors

Public
ReturnsSignature and Description
void
__construct(mixed $argument = "", string $message = "", int $code = 0, ?Exception $cause = null)

Creates a new Illegible.

Instance Methods

Public
ReturnsSignature and Description
mixed

Gets the illegible argument

Method Details

__construct

public function __construct(mixed $argument = "", string $message = "", int $code = 0, ?Exception $cause = null)

Creates a new Illegible.

Parameters
NameTypeDescription
$argumentmixed
$messagestring
$codeint
$cause?Exception

getArgument

public function getArgument()

Gets the illegible argument

Returns
TypeDescription
mixed

the illegible argument