Doc tweaks to C::P::Session::Store
Jesse Sheidlower [Thu, 29 Dec 2005 13:42:22 +0000 (13:42 +0000)]
lib/Catalyst/Plugin/Session/Store.pm

index 5885e7e..8f07055 100644 (file)
@@ -97,7 +97,7 @@ you can just give this method an empty body.
 =head2 Error handling
 
 All errors should be thrown using L<Catalyst::Exception>. Return values
-are not checked, and are assumed to be OK.
+are not checked, and are assumed to be OK. Missing values are not errors.
 
 =head2 Auto-Expiry on the Backend