Method: StandardError#code

Defined in:
lib/coaster/core_ext/standard_error.rb

#codeObject



98
99
100
# File 'lib/coaster/core_ext/standard_error.rb', line 98

def code
  attributes[:code] || status
end