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