NotImplemented constructor

const NotImplemented(
  1. dynamic error
)

Implementation

const NotImplemented(
  dynamic error,
) : super('Not Implemented', '501', error);