Skip to content

Commit

Permalink
fix: added ariesframeworkerror to httpoutboundtransport (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
janrtvld authored Aug 26, 2021
1 parent 0226609 commit ee1a229
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/transport/HttpOutboundTransport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ export class HttpOutboundTransport implements OutboundTransport {
body: payload,
didCommMimeType: this.agentConfig.didCommMimeType,
})
throw new AriesFrameworkError(`Error sending message to ${endpoint}: ${error.message}`, { cause: error })
}
}
}

0 comments on commit ee1a229

Please sign in to comment.