Help for this page
die "not a foo" unless $obj->isa('foo'); #the error I want
$obj->do_something($useful);