OvOException constructor

const OvOException({
  1. required Symbol code,
  2. required String message,
  3. String? path,
  4. Iterable<Exception>? exceptions,
})

Implementation

const OvOException(
    {required this.code, required this.message, this.path, this.exceptions});