@@ -90,8 +90,7 @@ |
||
| 90 | 90 | ob_start(); |
| 91 | 91 | include( $this->get_template_path() ); |
| 92 | 92 | $rendered_html = ob_get_clean(); |
| 93 | - } |
|
| 94 | - else |
|
| 93 | + } else |
|
| 95 | 94 | { |
| 96 | 95 | throw new \RuntimeException( "Error: cannot render HTML, template file not found at " . $this->get_template_path() ); |
| 97 | 96 | } |