kHttpException property

M4eServerException kHttpException
final

Implementation

static final kHttpException = M4eServerException(
  code: M4eExceptionCode.kHttpExceptionCode,
  message: 'A http exception has occured!',
)