Exception: Bosh::Registry::Error

Inherits:
StandardError
  • Object
show all
Defined in:
lib/bosh/registry/errors.rb

Class Method Summary collapse

Class Method Details

.code(code = 500) ⇒ Object



6
7
8
# File 'lib/bosh/registry/errors.rb', line 6

def self.code(code = 500)
  define_method(:code) { code }
end