ErrorWrap.matches
bool matches(Quark domain, int code)Check whether @error has domain and code.
Parameters
domain | Error domain string quark |
code | Error code |
Returns
true if error matches criteria, false otherwise
bool matches(Quark domain, int code)Check whether @error has domain and code.
domain | Error domain string quark |
code | Error code |