From 87b05b7da4290ab15c667a32982e1c6327eed582 Mon Sep 17 00:00:00 2001 From: Simon Holywell Date: Thu, 15 Nov 2012 11:47:05 +0000 Subject: Fix bug caused by custom exception not extending base exception --- idiorm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'idiorm.php') diff --git a/idiorm.php b/idiorm.php index 9d93f59..9424d4a 100644 --- a/idiorm.php +++ b/idiorm.php @@ -1493,4 +1493,4 @@ /** * A placeholder for exceptions eminating from the IdiormString class */ - class IdiormStringException {} \ No newline at end of file + class IdiormStringException extends Exception {} \ No newline at end of file -- cgit v1.2.3