QuicUIPatchException constructor

QuicUIPatchException(
  1. String message
)

Implementation

QuicUIPatchException(String message)
    : super(message, code: 'PATCH_ERROR');