Skip to content

Commit

Permalink
Added temporary fix for error handling
Browse files Browse the repository at this point in the history
  • Loading branch information
jmulford-bw committed Feb 12, 2020
1 parent ee67bbe commit 66f6181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Messaging/Exceptions/GenericClientException.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class GenericClientException extends \BandwidthLib\APIException

/**
* @todo Write general description for this property
* @var \BandwidthLib\Models\mixed[]|null $fieldErrors public property
* @var \BandwidthLib\Messaging\Models\FieldError[]|null $fieldErrors public property
*/
public $fieldErrors;

Expand Down

0 comments on commit 66f6181

Please sign in to comment.