From bf31ab0e8a855c71ae0359c72efd3b23b750e9fa Mon Sep 17 00:00:00 2001 From: Andrey Kutejko Date: Sun, 23 Jun 2013 17:25:53 +0300 Subject: [PATCH] fix orm exception --- ipf/exception.php | 5 ++++- ipf/orm.php | 7 +++---- ipf/orm/exception/orm.php | 7 ++----- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/ipf/exception.php b/ipf/exception.php index c418db8..ef36fc7 100644 --- a/ipf/exception.php +++ b/ipf/exception.php @@ -1,3 +1,6 @@ 'unknown error', IPF_ORM::ERR_ALREADY_EXISTS => 'already exists', @@ -45,9 +46,5 @@ class IPF_ORM_Exception extends IPF_Exception_Base{ return isset(self::$_errorMessages[$value]) ? self::$_errorMessages[$value] : self::$_errorMessages[IPF_ORM::ERR]; } - } - - - -- 2.49.0