Skip to content

Commit

Permalink
Add method to retrieve data URI
Browse files Browse the repository at this point in the history
  • Loading branch information
endroid committed Aug 6, 2014
1 parent eb4f155 commit 2f16a33
Show file tree
Hide file tree
Showing 5 changed files with 645 additions and 578 deletions.
4 changes: 2 additions & 2 deletions src/Endroid/QrCode/Exceptions/DataDoesntExistsException.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@

namespace Endroid\QrCode\Exceptions;

class DataDoesntExistsException extends \Exception {

class DataDoesntExistsException extends \Exception
{
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@

namespace Endroid\QrCode\Exceptions;

class ImageFunctionUnknownException extends \Exception {

class ImageFunctionUnknownException extends \Exception
{
}
4 changes: 2 additions & 2 deletions src/Endroid/QrCode/Exceptions/ImageSizeTooLargeException.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@

namespace Endroid\QrCode\Exceptions;

class ImageSizeTooLargeException extends \Exception {

class ImageSizeTooLargeException extends \Exception
{
}
4 changes: 2 additions & 2 deletions src/Endroid/QrCode/Exceptions/VersionTooLargeException.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@

namespace Endroid\QrCode\Exceptions;

class VersionTooLargeException extends \Exception {

class VersionTooLargeException extends \Exception
{
}
Loading

0 comments on commit 2f16a33

Please sign in to comment.