allowed = $allowed; } public function getAllowed() { return $this->allowed; } public function setException($exception) { $this->exception = $exception; } public function getException() { return $this->exception; } }