package FixMyStreet::SendReport::Refused; use Moo; BEGIN { extends 'FixMyStreet::SendReport::Noop'; } 1;