Remove an exception observer
string $label Name of the observer:
void
public static function removeObserver($label = 'default') { unset(self::$_observers[$label]); }