Method: StandardError#code=
- Defined in:
- lib/coaster/core_ext/standard_error.rb
#code=(value) ⇒ Object
102 103 104 |
# File 'lib/coaster/core_ext/standard_error.rb', line 102 def code=(value) attributes[:code] = value end |
102 103 104 |
# File 'lib/coaster/core_ext/standard_error.rb', line 102 def code=(value) attributes[:code] = value end |