SproutCMS

This is the code documentation for the SproutCMS project

class FileConversionException

Exception thrown while using the FileConvert helper

Extending this class

<?php
/**
* New class description goes here
* 
* @author Your Name, 2026-08-23
**/
class NewClassName extends FileConversionException {
    
}
?>