1 2 3 4 5 6 7
package FixMyStreet::SendReport::Refused; use Moo; BEGIN { extends 'FixMyStreet::SendReport::Noop'; } 1;