|
|
@ -63,7 +63,7 @@ method get_domain($data) {
|
|
|
|
Exception->throw({
|
|
|
|
Exception->throw({
|
|
|
|
description => 'Client.Syntax.MissingParam',
|
|
|
|
description => 'Client.Syntax.MissingParam',
|
|
|
|
message => "missing parameter 'domain' in request",
|
|
|
|
message => "missing parameter 'domain' in request",
|
|
|
|
}) unless exists $$data{domain};
|
|
|
|
}) unless exists $data->{domain};
|
|
|
|
Exception->throw({
|
|
|
|
Exception->throw({
|
|
|
|
description => 'Client.Syntax.MalformedDomain',
|
|
|
|
description => 'Client.Syntax.MalformedDomain',
|
|
|
|
message => "malformed domain '$data->{domain}' in request",
|
|
|
|
message => "malformed domain '$data->{domain}' in request",
|
|
|
|