<?php /** * Exception thrown when error happens in the Persistence subpackage. * * @package PHPTracker * @subpackage Persistence */ class PHPTracker_Persistence_Error extends PHPTracker_Error { }