StorageServiceNotInitializedException constructor

StorageServiceNotInitializedException()

Implementation

StorageServiceNotInitializedException()
    : super(
        'storage service not initialized call init()',
        ErrorCodes.storageServiceNotInit,
        errorCode: HttpStatus.internalServerError,
      );