HolodexException constructor

const HolodexException([
  1. String? message = '',
  2. int? code,
  3. dynamic response
])

Returns a new HolodexException instance.

Implementation

const HolodexException([this.message = '', this.code, this.response]);