7 lines
87 B
PHP
7 lines
87 B
PHP
<?php
|
|
|
|
namespace plugin\notification\utils;
|
|
|
|
class PushException extends \Exception
|
|
{
|
|
} |