Method: Webhookdb::Replicator::Base#_verify_backfill_err_msg
- Defined in:
- lib/webhookdb/replicator/base.rb
#_verify_backfill_err_msg ⇒ Object
974 975 976 |
# File 'lib/webhookdb/replicator/base.rb', line 974 def _verify_backfill_err_msg raise NotImplementedError, "each integration must provide an error message for unanticipated errors" end |