Tribe__Events__Main::getPostExceptionThrown()

Get the thrown post exception.

Contents


Return

(mixed)


Top ↑

Source

File: src/Tribe/Main.php

		public function getPostExceptionThrown() {
			return $this->postExceptionThrown;
		}