module GdsApi::ExceptionHandling

def ignoring_missing(&block)

def ignoring_missing(&block)
  ignoring([HTTPNotFound, HTTPGone], &block)
end