/** * Set whether to use verbose exception messages * * In the case of HTTP errors, use the body of the HTTP response * in the exception message. * * @param boolean $verbose Whether to use verbose exception messages */ public static function setVerboseExceptionMessages($verbose) { self::$_verboseExceptionMessages = $verbose; }