Add exception mode to redirect from object-tag relation type to
object-event relation (generic, e.g. if the tag is actually a time)
This commit is contained in:
9
exceptions/MDImporterTagRelationTypeIsEventType.php
Normal file
9
exceptions/MDImporterTagRelationTypeIsEventType.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
|
||||
/**
|
||||
* Exception thrown in case a name entered for the relation between tag
|
||||
* and object is actually an event type.
|
||||
*/
|
||||
final class MDImporterTagRelationTypeIsEventType extends Exception {
|
||||
}
|
Reference in New Issue
Block a user