* @copyright 2017 * @license http://www.gnu.org/licenses/gpl-2.0.html GPL version 2 * @category Stud.IP */ /** * This exception is thrown when a resource property definition is requested * but not defined for the resource property or if it is defined * but cannot be stored. */ class ResourcePropertyDefinitionException extends InvalidArgumentException { }