kNotFoundException property

M4eServerException kNotFoundException
final

Implementation

static final kNotFoundException = M4eServerException(
  code: M4eExceptionCode.kNotFoundExceptionCode,
  message: 'No resource found!',
)