public function __construct($message = "", $code = 0, \Exception $previous = null)
 {
     if (!$message) {
         $message = 'The value of the resumptionToken argument is invalid or expired.';
     }
     return parent::__construct($message, $code, $previous);
 }
 public function __construct($message = "", $code = 0, \Exception $previous = null)
 {
     if (!$message) {
         $message = 'The repository does not support sets.';
     }
     return parent::__construct($message, $code, $previous);
 }
 public function __construct($message = "", $code = 0, \Exception $previous = null)
 {
     if (!$message) {
         $message = 'There are no metadata formats available for the specified item.';
     }
     return parent::__construct($message, $code, $previous);
 }
 public function __construct($message = "", $code = 0, \Exception $previous = null)
 {
     if (!$message) {
         $message = 'The value of the identifier argument is unknown or illegal in this repository.';
     }
     return parent::__construct($message, $code, $previous);
 }
 public function __construct($message = "", $code = 0, \Exception $previous = null)
 {
     if (!$message) {
         $message = 'The metadata format identified by the value given for the metadataPrefix argument
                     is not supported by the item or by the repository.';
     }
     return parent::__construct($message, $code, $previous);
 }
 public function __construct($message = "", $code = 0, \Exception $previous = null)
 {
     if (!$message) {
         $message = 'Value of the verb argument is not a legal OAI-PMH verb, the verb argument is missing, or the
                     verb argument is repeated.';
     }
     return parent::__construct($message, $code, $previous);
 }