<?php /** * Exception thrown when a decoded Bencode value is initialized with an invalid value. */ class PHPTracker_Bencode_Error_InvalidValue extends PHPTracker_Bencode_Error { } ?>