Method: Egregious#exception_codes

Defined in:
lib/egregious.rb

#exception_codesObject

this method will auto load the exception codes if they are not set by an external configuration call to self.exception_code already it is called by the status_code_for_exception method



170
171
172
# File 'lib/egregious.rb', line 170

def exception_codes
  return Egregious.exception_codes
end