Skip to content

Commit

Permalink
fixed typo in exception
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Apr 25, 2012
1 parent 880f4a0 commit beb02d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojo/Message.pm
Expand Up @@ -134,7 +134,7 @@ sub cookie {
return wantarray ? @cookies : $cookies[0];
}

sub cookies { croak 'Method "add_chunk" not implemented by subclass' }
sub cookies { croak 'Method "cookies" not implemented by subclass' }

sub dom {
my $self = shift;
Expand Down

0 comments on commit beb02d6

Please sign in to comment.