SodiumException constructor

SodiumException([
  1. String? originalMessage
])

Default constructor.

Implementation

SodiumException([this.originalMessage]);