@@ -68,16 +68,16 @@ |
||
| 68 | 68 | { |
| 69 | 69 | parent::init(); |
| 70 | 70 | if (empty ($this->endPoint)) { |
| 71 | - throw new InvalidConfigException ('The "endPoint" property must be set.'); |
|
| 71 | + throw new InvalidConfigException('The "endPoint" property must be set.'); |
|
| 72 | 72 | } |
| 73 | 73 | if (empty ($this->accessId)) { |
| 74 | - throw new InvalidConfigException ('The "accessId" property must be set.'); |
|
| 74 | + throw new InvalidConfigException('The "accessId" property must be set.'); |
|
| 75 | 75 | } |
| 76 | 76 | if (empty ($this->accessKey)) { |
| 77 | - throw new InvalidConfigException ('The "accessKey" property must be set.'); |
|
| 77 | + throw new InvalidConfigException('The "accessKey" property must be set.'); |
|
| 78 | 78 | } |
| 79 | 79 | if (empty ($this->topicName)) { |
| 80 | - throw new InvalidConfigException ('The "topicName" property must be set.'); |
|
| 80 | + throw new InvalidConfigException('The "topicName" property must be set.'); |
|
| 81 | 81 | } |
| 82 | 82 | } |
| 83 | 83 | |