FRED™  3.0
FRED™: Framework for Rapid and Easy Development
Exception.php
Go to the documentation of this file.
1 <?php
2 
3 namespace Rsi\Fred;
4 
5 class Exception extends \Exception{
6 }