Code Coverage  | 
      ||||||||||
Lines  | 
       Functions and Methods  | 
       Classes and Traits  | 
      ||||||||
| Total | n/a  | 
       0 / 0  | 
       n/a  | 
       0 / 0  | 
       CRAP | n/a  | 
       0 / 0  | 
      |||
| ProcessByQueueNumberNotFound | n/a  | 
       0 / 0  | 
       n/a  | 
       0 / 0  | 
       0 | n/a  | 
       0 / 0  | 
      |||
| 1 | <?php | 
| 2 | |
| 3 | namespace BO\Zmsapi\Exception\Process; | 
| 4 | |
| 5 | class ProcessByQueueNumberNotFound extends \Exception | 
| 6 | { | 
| 7 | protected $code = 404; | 
| 8 | protected $message = 'Zu der angegebenen Wartenummer existiert kein Vorgang an diesem Standort.'; | 
| 9 | } |