Method: StandardError#code
- Defined in:
- lib/coaster/core_ext/standard_error.rb
#code ⇒ Object
98 99 100 |
# File 'lib/coaster/core_ext/standard_error.rb', line 98 def code attributes[:code] || status end |
98 99 100 |
# File 'lib/coaster/core_ext/standard_error.rb', line 98 def code attributes[:code] || status end |