message = "Undefined method '$method' in class $class"; $this->code = "Server.Processing"; // Call parent class constructor parent::__construct( $this->message ); } public function getDetail() { return "Check to ensure that the method is defined, and that it is spelled correctly."; } } ?>