PagifyException constructor

PagifyException(
  1. String msg
)

the constructor which accepts a String message

Implementation

PagifyException(this.msg);