dynamic abortInsufficientStorage([body = 'Insufficient Storage'])

Source

abortInsufficientStorage([body = 'Insufficient Storage']) {
  throw new HttpInsufficientStorageException(body);
}