From 4288e56639a1e65fb47d9618ffcaf55d46dbceb3 Mon Sep 17 00:00:00 2001
From: Olav Morken <olav.morken@uninett.no>
Date: Mon, 13 Jul 2009 06:16:44 +0000
Subject: [PATCH] Error_NoPassive: Make serializable.

Makes this exception a subclass of SimpleSAML_Error_Exception.
This makes it possible to serialize this exception.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1567 44740490-163a-0410-bde0-09ae8108e29a
---
 lib/SimpleSAML/Error/NoPassive.php | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/lib/SimpleSAML/Error/NoPassive.php b/lib/SimpleSAML/Error/NoPassive.php
index 816449e77..860833d14 100644
--- a/lib/SimpleSAML/Error/NoPassive.php
+++ b/lib/SimpleSAML/Error/NoPassive.php
@@ -1,6 +1,8 @@
 <?php
 
 
-class SimpleSAML_Error_NoPassive extends Exception {}
+class SimpleSAML_Error_NoPassive extends SimpleSAML_Error_Exception {
 
-?>
+}
+
+?>
\ No newline at end of file
-- 
GitLab