summaryrefslogtreecommitdiffstats
path: root/library/SSRS/Report/Exception.php
blob: 0010f47f5b4e30e9d16a7f23512ea971e3d2db56 (plain)
1
2
3
4
5
6
7
<?php

namespace SSRS\Report;

class Exception extends \Exception {
    
}