*/ class ScopeWideningException extends RuntimeException { private $serviceId; public function setServiceId($id) { $this->serviceId = $id; } public function getServiceId() { return $this->serviceId; } }