summaryrefslogtreecommitdiffstats
path: root/app/model/except.mod.php
blob: f456227e6c544f84aa77270fc4260b669adcf421 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php

require_once "model/master.mod.php";

class ExceptModel extends MasterModel
{
    /*
     * Default action
     */
    function deflt()
    {
    }
}

?>