Skip to content

Commit c3d26e2

Browse files
committed
Merge branch 'master' of github.com:SetBased/php-exception
2 parents bbffb4d + 7b33035 commit c3d26e2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Exceptions with format string
22

3+
[![License](https://poser.pugx.org/setbased/exception/license)](https://packagist.org/packages/setbased/exception)
34
[![Dependency Status](https://www.versioneye.com/user/projects/571143d0fcd19a00518559f0/badge.svg?style=flat)](https://www.versioneye.com/user/projects/571143d0fcd19a00518559f0)
5+
[![Build Status](https://travis-ci.org/SetBased/php-exception.svg?branch=master)](https://travis-ci.org/SetBased/php-exception)
6+
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/SetBased/php-exception/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/SetBased/php-exception/?branch=master)
7+
[![PHP 7 ready](http://php7ready.timesplinter.ch/SetBased/php-exception/badge.svg)](https://travis-ci.org/SetBased/php-exception)
48

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

0 commit comments

Comments
 (0)