werneckbh/qr-code

View on GitHub
src/QR_Code/Exceptions/EmptyEventSummaryException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace QR_Code\Exceptions;

/**
 * Class EmptyEventSummaryException
 *
 * QR Code Generator for PHP is distributed under MIT
 * Copyright (C) 2018 Bruno Vaula Werneck <brunovaulawerneck at gmail dot com>
 *
 * @package QR_Code\Exceptions
 */
class EmptyEventSummaryException extends \Exception
{

}