<?php /** * Exception thrown when a PHP value cannot be built to a Bencode value. * * @package PHPTracker * @subpackage Bencode */ class PHPTracker_Bencode_Error_Build extends PHPTracker_Bencode_Error { }