Files

7 lines
87 B
PHP
Raw Permalink Normal View History

<?php
namespace plugin\notification\utils;
class PushException extends \Exception
{
}