# Exceptions with format string

<table>
<thead>
<tr>
<th>Social</th>
<th>Legal</th>
<th>Release</th>
<th>Tests</th>
<th>Code</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<a href="https://gitter.im/SetBased/php-abc?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge"><img src="https://badges.gitter.im/SetBased/php-abc.svg" alt="Gitter"/></a>
</td>
<td>
<a href="https://packagist.org/packages/setbased/exception"><img src="https://poser.pugx.org/setbased/exception/license" alt="License"/></a>
</td>
<td>
<a href="https://packagist.org/packages/setbased/exception"><img src="https://poser.pugx.org/setbased/exception/v/stable" alt="Latest Stable Version"/></a><br/>
</td>
<td>
<a href="https://travis-ci.org/SetBased/php-exception"><img src="https://travis-ci.org/SetBased/php-exception.svg?branch=master" alt="Build Status"/></a><br/>
<a href="https://scrutinizer-ci.com/g/SetBased/php-exception/?branch=master"><img src="https://scrutinizer-ci.com/g/SetBased/php-exception/badges/coverage.png?b=master" alt="Code Coverage"/></a>
</td>
<td>
<a href="https://scrutinizer-ci.com/g/SetBased/php-exception/?branch=master"><img src="https://scrutinizer-ci.com/g/SetBased/php-exception/badges/quality-score.png?b=master" alt="Scrutinizer Code Quality"/></a>
</td>
</tr>
</tbody>
</table>

This package provides exceptions with messages according a format string like 
[sprintf](http://php.net/manual/en/function.sprintf.php).
