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