ServerLessException constructor

ServerLessException(
  1. String code, {
  2. int errorCode = 500,
})

Implementation

ServerLessException(
  this.code, {
  this.errorCode = 500,
});