Tribe__Events__Main::getPostExceptionThrown()
Get the thrown post exception.
Return
(mixed)
Source
File: src/Tribe/Main.php
public function getPostExceptionThrown() {
return $this->postExceptionThrown;
}
Get the thrown post exception.
(mixed)
File: src/Tribe/Main.php
public function getPostExceptionThrown() {
return $this->postExceptionThrown;
}