NotAcceptable constructor

const NotAcceptable(
  1. dynamic error
)

Implementation

const NotAcceptable(
  dynamic error,
) : super('Not Acceptable', '406', error);