Phactory\Mongo\Inflector::reset PHP Method

reset() public static method

* Forget all stored exceptions.
public static reset ( )
    public static function reset()
    {
        self::$_exceptions = array();
    }