00001 <?php 00002 00006 class spunQ_DocumentationError extends spunQ_LocalizedError { 00007 00012 public function __construct($message) { 00013 $this->translationKey = 'spunQ.DocumentationError.' . $message; 00014 $this->translationParameters = func_get_args(); 00015 array_shift($this->translationParameters); 00016 parent::__construct(); 00017 return NULL; 00018 } 00019 00020 } 00021
1.5.9