Pelzini

This is the code documentation for the Pelzini project

class ParserThrow

Represents an exception which is thrown

Extending this class

<?php
/**
* New class description goes here
* 
* @author Your Name, 2024-04-20
**/
class NewClassName extends ParserThrow {
    
    public function __construct () {
        // Method code goes here
    }
    
    /**
    * Debugging use only
    **/
    public function dump () {
        // Method code goes here
    }
    
}
?>