ServiceUnavailableException constructor
ServiceUnavailableException(
- dynamic error
Implementation
ServiceUnavailableException(error)
: super(error, "[ERROR] Service Unavailable : ");
ServiceUnavailableException(error)
: super(error, "[ERROR] Service Unavailable : ");