simple-error 0.1.3

A simple Error type backed by a String
Documentation
# Changelog

This project roughly adheres to [Semantic Versioning](http://semver.org/). For 0.x.y releases, `x` is the major version in semver, while `y` is the minor version.

## 0.1.3 - 2016-06-04

* Add try_with macro

## 0.1.2 - 2016-04-24

* Add SimpleError::with

## 0.1.1 - 2016-03-24

### Project

* Add badges
* Add documentations

## 0.1.0 - 2016-03-24

First release