<?php /** * An Error object that contains information about a single error * * @author Johnathan Hebert <hide@address.com> */ class Error extends Object { } ?>