Code Coverage
 
Lines
Functions and Methods
Classes and Traits
Total
n/a
0 / 0
n/a
0 / 0
CRAP
n/a
0 / 0
ProcessListSummaryTooOften
n/a
0 / 0
n/a
0 / 0
0
n/a
0 / 0
1<?php
2
3/**
4 * @copyright BerlinOnline Stadtportal GmbH & Co. KG
5 **/
6
7declare(strict_types=1);
8
9namespace BO\Zmsapi\Exception\Process;
10
11class ProcessListSummaryTooOften extends \Exception
12{
13    protected $code = 429;
14
15    protected $message = 'The last mailing of the personal schedule was made recently. Please wait.';
16}