diff options
Diffstat (limited to 'src/exceptions/no_such_data.php')
-rw-r--r-- | src/exceptions/no_such_data.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exceptions/no_such_data.php b/src/exceptions/no_such_data.php index de9f554..627c672 100644 --- a/src/exceptions/no_such_data.php +++ b/src/exceptions/no_such_data.php @@ -3,7 +3,7 @@ * File containing the ezcGraphNoSuchDataException class * * @package Graph - * @version //autogen// + * @version //autogentag// * @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved. * @license http://ez.no/licenses/new_bsd New BSD License */ @@ -11,7 +11,7 @@ * Exception shown, when trying to access not existing data in datasets. * * @package Graph - * @version //autogen// + * @version //autogentag// */ class ezcGraphNoSuchDataException extends ezcGraphException { |