ServiceUnavailableException constructor

ServiceUnavailableException(
  1. dynamic error
)

Implementation

ServiceUnavailableException(error)
    : super(error, "[ERROR] Service Unavailable : ");