Code Coverage |
||||||||||
Lines |
Functions and Methods |
Classes and Traits |
||||||||
| Total | n/a |
0 / 0 |
n/a |
0 / 0 |
CRAP | n/a |
0 / 0 |
|||
| WorkstationProcessMatchScopeFailed | n/a |
0 / 0 |
n/a |
0 / 0 |
0 | n/a |
0 / 0 |
|||
| 1 | <?php |
| 2 | |
| 3 | namespace BO\Zmsentities\Exception; |
| 4 | |
| 5 | /** |
| 6 | * example class to generate an exception |
| 7 | */ |
| 8 | class WorkstationProcessMatchScopeFailed extends \Exception |
| 9 | { |
| 10 | protected $code = 403; |
| 11 | |
| 12 | public $data; |
| 13 | |
| 14 | protected $message = "Workstation is not allowed to edit the process, |
| 15 | process scope does not match with workstation cluster/scope"; |
| 16 | } |