File ManagerCurrent Directory: wp-content/plugins/backwpup/inc/dependencies/inpsyde/plugin-environment-checker/src/ExceptionLinux appserver-7a7af3b2-php-0c9ec09e2f9746c2a80fa3756c076432 6.12.94+ #1 SMP Fri Jul 17 09:26:56 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