InterfaceDoNotExistException constructor

const InterfaceDoNotExistException(
  1. String message
)

Implementation

const InterfaceDoNotExistException(String message)
    : super(ErrorType.interfaceDoNotExist, message);