Method: Pdm::Resource#with_exceptions

Defined in:
lib/pdm/resource.rb

#with_exceptionsObject



15
16
17
18
19
# File 'lib/pdm/resource.rb', line 15

def with_exceptions
  yield
rescue Timeout::Error, StandardError => e
  Error.extend_and_raise(e)
end