]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
NoUriException added and implemented in FeedSub class
authorMikael Nordfeldth <mmn@hethane.se>
Mon, 19 May 2014 15:13:32 +0000 (17:13 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Mon, 19 May 2014 15:30:04 +0000 (17:30 +0200)
commitd2c749c7de6b47c868f9886045bb5b701d938b60
treea53587bb110718d3ed72792d5ff6548fa45f0d96
parentfc942f5a0490db6f7139b8643c3740cb6d55c43a
NoUriException added and implemented in FeedSub class

This is a specific exception for objects which require URI but lack it,
first implemented in FeedSub to allow for identification of bad entries.
lib/nouriexception.php [new file with mode: 0644]
plugins/OStatus/classes/FeedSub.php