Skip to content

Commit 66f6181

Browse files
committed
Added temporary fix for error handling
1 parent ee67bbe commit 66f6181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Messaging/Exceptions/GenericClientException.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class GenericClientException extends \BandwidthLib\APIException
3030

3131
/**
3232
* @todo Write general description for this property
33-
* @var \BandwidthLib\Models\mixed[]|null $fieldErrors public property
33+
* @var \BandwidthLib\Messaging\Models\FieldError[]|null $fieldErrors public property
3434
*/
3535
public $fieldErrors;
3636

0 commit comments

Comments
 (0)