class Schleuder::Errors::ListNotFound

Public Class Methods

new(recipient) click to toggle source
Calls superclass method
# File lib/schleuder/errors/list_not_found.rb, line 4
def initialize(recipient)
  super t('errors.list_not_found', email: recipient)
end