Illegible
Exception for translation problems (e.g. json_decode on non-JSON).
- Copyright
- 2015-2016 Appertly
- License
- Apache-2.0
Constructors / Destructors
Returns | Signature and Description |
---|---|
void | __construct ( , , , )Creates a new Illegible. |
Instance Methods
Returns | Signature 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.
Name | Type | Description |
---|---|---|
$argument | mixed | |
$message | string | |
$code | int | |
$cause | ? Exception |
getArgument
public function
getArgument
()Gets the illegible argument
Type | Description |
---|---|
mixed | the illegible argument |