summaryrefslogtreecommitdiff
path: root/idiorm.php
diff options
context:
space:
mode:
authorSimon Holywell <[email protected]>2012-11-15 11:47:05 +0000
committerSimon Holywell <[email protected]>2012-11-15 11:47:05 +0000
commit87b05b7da4290ab15c667a32982e1c6327eed582 (patch)
treec060e09340ba69a0606809b7618baafe116872ab /idiorm.php
parenta0e0c162684a0e038fed7df6ffa190c16fa47df9 (diff)
Fix bug caused by custom exception not extending base exception
Diffstat (limited to 'idiorm.php')
-rw-r--r--idiorm.php2
1 files changed, 1 insertions, 1 deletions
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