missing values are not errors, Store doc
Yuval Kogman [Thu, 29 Dec 2005 13:07:44 +0000 (13:07 +0000)]
lib/Catalyst/Plugin/Session/Store.pm

index 0f98140..8feb25e 100644 (file)
@@ -97,6 +97,8 @@ just give this method an empty body.
 All errors should be thrown using L<Catalyst::Exception>. Return values are not
 checked at all, and are assumed to be OK.
 
+Missing values are not errors.
+
 =head2 Auto-Expirey on the Backend
 
 Storage plugins are encouraged to use C<< $c->session_expires >>, C<<