Skip to content

Commit 817c86f

Browse files
committed
Merge pull request #28 from curtisgibby/patch-1
fix exception message
2 parents a95c10e + 263e2fa commit 817c86f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/php/Gomoob/Pushwoosh/Model/Request/RegisterDeviceRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ private function checkDeviceType()
300300

301301
// The 'deviceType' parameter must have been defined.
302302
if (!isset($this->deviceType)) {
303-
throw new PushwooshException('The \'application\' property is not set !');
303+
throw new PushwooshException('The \'deviceType\' property is not set !');
304304

305305
}
306306

0 commit comments

Comments
 (0)