From: Andrey Kutejko Date: Sun, 23 Jun 2013 14:25:53 +0000 (+0300) Subject: fix orm exception X-Git-Tag: 0.5~210 X-Git-Url: https://git.andy128k.dev/?a=commitdiff_plain;h=bf31ab0e8a855c71ae0359c72efd3b23b750e9fa;p=ipf.git fix orm exception --- 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]; } - } - - -