Files
drmaterac.pl/modules/przelewy24/classes/Przelewy24HttpException.php
2025-01-06 20:47:25 +01:00

18 lines
312 B
PHP

<?php
/**
* Class Przelewy24HttpException
*
* @author Przelewy24
* @copyright Przelewy24
* @license https://www.gnu.org/licenses/lgpl-3.0.en.html
*
*/
/**
* Class to represent exception to be converted to HTTP responses.
*/
class Przelewy24HttpException extends Exception
{
/* Nothing to add. */
}