<?php
namespace Fubber;

/**
*	Exception to be used for Db related errors
*/
class Exception extends \Exception {

}

