class Staccato::Exception

Exception Hit type field definitions @author Tony Pitale

Constants

FIELDS

Exception field definitions

Public Instance Methods

boolean_fields() click to toggle source

Boolean fields from Hit plus exception-specific field @return [Array<Symbol>]

Calls superclass method Staccato::Hit#boolean_fields
# File lib/staccato/exception.rb, line 20
def boolean_fields
  super + [:fatal]
end
type() click to toggle source

exception hit type

# File lib/staccato/exception.rb, line 14
def type
  :exception
end