inital commit
[pharext/pharext.org] / app / Github / Exception / RequestException.php
1 <?php
2
3 namespace app\Github\Exception;
4
5 use app\Github\Exception;
6
7 interface RequestException extends Exception
8 {
9 }