Sha256: 780612974ca8c23d51d6c68c42dd8b38535ca8a34b6258667f4290c70dc12241
Contents?: true
Size: 273 Bytes
Versions: 28
Compression:
Stored size: 273 Bytes
Contents
# Responsible for wrapping a third-party exception notification client. This # wrapper allows us to switch notification service without affecting the # rest of the application. # class ExceptionNotifier def notify(exception) # TODO: add implementation here end end
Version data entries
28 entries across 28 versions & 1 rubygems