added QRCodeDataException

This commit is contained in:
smiley
2015-12-09 01:52:35 +01:00
parent 02d140d582
commit ee94d97890
4 changed files with 28 additions and 9 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ interface QRDataInterface{
* @param $type
*
* @return int
* @throws \chillerlan\QRCode\QRCodeException
* @throws \chillerlan\QRCode\Data\QRCodeDataException
*/
public function getLengthInBits($type);