<?php /** * Exception thrown when a decoded Bencode value is initialized with an invalid type. * * @package PHPTracker * @subpackage Bencode */ class PHPTracker_Bencode_Error_InvalidType extends PHPTracker_Bencode_Error { }