##// END OF EJS Templates
scm: add exception of fetching revisions error in repository model (#5357, #2799, #4741, #8030)....
Toshi MARUYAMA -
r5779:fa94e86d43c9
parent child
Show More
@@ -15,6 +15,8
15 # along with this program; if not, write to the Free Software
15 # along with this program; if not, write to the Free Software
16 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
16 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17
17
18 class ScmFetchError < Exception; end
19
18 class Repository < ActiveRecord::Base
20 class Repository < ActiveRecord::Base
19 include Redmine::Ciphering
21 include Redmine::Ciphering
20
22
General Comments 0
You need to be logged in to leave comments. Login now