Lines n/a 0 / 0
Methods n/a 0 / 0
Classes n/a 0 / 0
Name Lines Methods CRAP
8class WorkstationProcessMatchScopeFailed extends \Exception
9{
10    protected $code = 403;
11
12    public mixed $data = null;
13
14    protected $message = "Workstation is not allowed to edit the process,
15        process scope does not match with workstation cluster/scope";
16}