public static function process_rental_unauthorized_exceptions()
 {
     self::$old_exception_handler = set_exception_handler(array(__CLASS__, 'handle_rental_unauthorized_exception'));
 }