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