ServerException constructor
const
ServerException(])
Creates a server exception with status code
Implementation
const ServerException(
this.statusCode, [
String message = 'Server error occurred',
dynamic details,
]) : super(message, details);