Compare commits
No commits in common. "d6e3c3208bdbada33849cfff14092d3af4907ef1" and "ea5a186e8fc9d2345749d62e76421ffb3ddfd6e9" have entirely different histories.
d6e3c3208b
...
ea5a186e8f
|
@ -1,18 +0,0 @@
|
||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Exception thrown in case a controlled vocabulary is to be linked using an invalid ID.
|
|
||||||
*/
|
|
||||||
class MDInvalidNodaLinkException extends MDgenericInvalidInputsException {
|
|
||||||
/**
|
|
||||||
* Error message.
|
|
||||||
*
|
|
||||||
* @return string
|
|
||||||
*/
|
|
||||||
public function errorMessage() {
|
|
||||||
//error message
|
|
||||||
return 'Inputs are not valid.';
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,21 +0,0 @@
|
||||||
<?PHP
|
|
||||||
declare(strict_types = 1);
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Exception thrown in case a library of congress link refers to the subject
|
|
||||||
* headings (subject headings are a dedicated, full vocabulary according to
|
|
||||||
* md's definition).
|
|
||||||
*/
|
|
||||||
final class MDInvalidNodaLinkLocIdIsSh extends MDInvalidNodaLinkException {
|
|
||||||
/**
|
|
||||||
* Error message.
|
|
||||||
*
|
|
||||||
* @return string
|
|
||||||
*/
|
|
||||||
public function errorMessage() {
|
|
||||||
//error message
|
|
||||||
return 'Inputs are not valid.';
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user