PEAR2_SimpleChannelFrontendPEAR2_SimpleChannelFrontend-0.2.0/php/PEAR2/SimpleChannelFrontend/UnregisteredViewException.php

1
2
3
4
5
6
7
<?php
namespace PEAR2\SimpleChannelFrontend;
class UnregisteredViewException extends \UnexpectedValueException implements Exception
{
    
}
?>
EOF