InternalServerError constructor

const InternalServerError(
  1. dynamic error
)

Implementation

const InternalServerError(
  dynamic error,
) : super('Internal Server Error', '500', error);