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