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