Files
faveo/vendor/sly/notification-pusher/src/Sly/NotificationPusher/Exception/PushException.php
RafficMohammed da241bacb6 updated-packages
2023-01-08 00:13:22 +05:30

23 lines
508 B
PHP

<?php
/*
* This file is part of NotificationPusher.
*
* (c) 2013 Cédric Dugat <cedric@dugat.me>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Sly\NotificationPusher\Exception;
/**
* @uses \RuntimeException
* @uses \Sly\NotificationPusher\Exception\ExceptionInterface
*
* @author Cédric Dugat <cedric@dugat.me>
*/
class PushException extends \RuntimeException implements ExceptionInterface
{
}