| 1 | <?php  | 
            ||
| 7 | class RuntimeException extends Exception  | 
            ||
| 8 | { | 
            ||
| 9 | /**  | 
            ||
| 10 | * @param string $version  | 
            ||
| 11 | * @return RuntimeException  | 
            ||
| 12 | */  | 
            ||
| 13 | public static function noReaderRegisteredException($version)  | 
            ||
| 17 | |||
| 18 | /**  | 
            ||
| 19 | * @param string $version  | 
            ||
| 20 | * @return RuntimeException  | 
            ||
| 21 | */  | 
            ||
| 22 | public static function noRendererRegisteredException($version)  | 
            ||
| 26 | }  | 
            ||
| 27 |