const ServerException([String? m, int? c]) : super( m ?? 'Internal server error. Please try later.', statusCode: c ?? 500, );