From: Andrey Kutejko Date: Sun, 23 Jun 2013 14:25:53 +0000 (+0300) Subject: fix orm exception X-Git-Tag: 0.6~107 X-Git-Url: https://git.andy128k.dev/?a=commitdiff_plain;h=da1ac6dda1e5ead10d70cd7bc83a865f0224cbb7;p=ipf-legacy-orm.git fix orm exception --- diff --git a/ipf/orm.php b/ipf/orm.php index d3427c3..caef4cd 100644 --- a/ipf/orm.php +++ b/ipf/orm.php @@ -1,6 +1,7 @@ '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]; } - } - - -