* @copyright 2017-2019 * @license http://www.gnu.org/licenses/gpl-2.0.html GPL version 2 * @category Stud.IP * @since 4.5 */ /** * This exception is thrown when a general error occurs when dealing with * GlobalResourceLock objects. */ class GlobalResourceLockException extends InvalidArgumentException { }