message = "Could not locate class " . $classname; $this->code = "Server.Processing"; // Call parent class constructor parent::__construct( $this->message ); } public function getDetail() { return "Please check that the given servicename is correct and that the class exists."; } } ?>