easyengine icon indicating copy to clipboard operation
easyengine copied to clipboard

Improvement: Standardized all exception messages in SiteContainers.php

Open SiddhiK13 opened this issue 8 months ago • 0 comments

What does this PR do?

  • Improves and standardizes exception/help text messages in SiteContainers.php (or whichever file you changed).
  • Adds relevant context (site path, site URL) to error/help messages.
  • Removes inconsistent leading spaces and vague wording.

Why?

  • Previous messages were inconsistent and sometimes unclear.
  • Better messages help users and developers debug faster.

Testing

  • Ran php -l for syntax check.
  • Verified help text/output locally.

SiddhiK13 avatar Jul 23 '25 10:07 SiddhiK13