Forbidden constructor

const Forbidden(
  1. dynamic error
)

Implementation

const Forbidden(
  dynamic error,
) : super('Forbidden', '403', error);