From Code to Community: Sponsoring The Perl and Raku Conference 2025 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;