SproutCMS

This is the code documentation for the SproutCMS project

class ValidationException

Exception thrown by Validity::* methods when validation fails

Extending this class

<?php
/**
* New class description goes here
* 
* @author Your Name, 2026-09-15
**/
class NewClassName extends ValidationException {
    
}
?>