Gone constructor

const Gone(
  1. dynamic error
)

Implementation

const Gone(
  dynamic error,
) : super('Gone', '410', error);