File ManagerCurrent Directory: wp-content/plugins/backwpup/inc/dependencies/inpsyde/plugin-environment-checker/src/ExceptionLinux appserver-0d5e4f1e-php-cc8da225320a42ba9b7d66cba40b1f03 6.6.123+ #1 SMP PREEMPT_DYNAMIC Wed Mar 11 09:04:28 UTC 2026 x86_64Edit File: ConstraintFailedExceptionInterface.php <?php namespace Inpsyde\EnvironmentChecker\Exception; use Exception; interface ConstraintFailedExceptionInterface { /** * Retrieves validation errors that are associated with this instance. * * @return array A list of errors. * Each error is something that can be treated as a string, and represents * a description of why a validation subject is invalid. * * @throws Exception If problem retrieving. */ public function getValidationErrors(); /** * Returns the subject, the validation for which failed. * * @return mixed The subject that was being validated. * * @throws Exception If problem retrieving. */ public function getValidationSubject(); } Upload File Directory Listing NameTypeSizeActions.. (Parent Directory)DirConstraintFailedException.phpFile1.40 KB Rename | Delete | EditConstraintFailedExceptionInterface.phpFile736.00 B Rename | Delete | Edit