Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more

use Moose;
format_string => "webhook call to %s timed out",
attributes => [qw/ url /],
}, 'Log::Message::Structured';
no Moose;
__PACKAGE__->meta->make_immutable;
1;