<?php
namespace Fubber\Db;

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

}

