Skip to content

Commit

Permalink
Fix exception message
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Nov 6, 2022
1 parent 0a52da7 commit f3beb8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public static function generateSitemap(): string
public function __construct()
{
throw_unless(extension_loaded('simplexml'),
new Exception('The ext-simplexml extension is not installed, but is required to generate RSS feeds.')
new Exception('The ext-simplexml extension is not installed, but is required to generate sitemaps.')
);

$this->timeStart = microtime(true);
Expand Down

0 comments on commit f3beb8e

Please sign in to comment.