Method: Deltacloud::Exceptions.exception_from_status
- Defined in:
- lib/deltacloud/drivers/exceptions.rb
.exception_from_status(code, message) ⇒ Object
177 178 179 |
# File 'lib/deltacloud/drivers/exceptions.rb', line 177 def self.exception_from_status(code, ) ExceptionDef.new(nil) { status code}.handler(StandardError.new()) end |