Skip to content

Commit 7aeb731

Browse files
Tweak "Cannot connect to [statamic.com]" message (#72)
Co-authored-by: Jason Varga <[email protected]>
1 parent b8afbdc commit 7aeb731

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/NewCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -870,7 +870,7 @@ protected function replaceInFile(string $search, string $replace, string $file)
870870
*/
871871
protected function throwConnectionException()
872872
{
873-
throw new RuntimeException('Cannot connect to [statamic.com] to validate license!');
873+
throw new RuntimeException('Cannot connect to [statamic.com] to validate license. Please try again later.');
874874
}
875875

876876
/**

0 commit comments

Comments
 (0)