Method: StandardError#title

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

#titleObject



76
77
78
# File 'lib/coaster/core_ext/standard_error.rb', line 76

def title
  attributes[:title] || self.class.title
end