Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/24/09 15:18:45 (15 years ago)
Author:
epitzer
Message:

Add missing attributes and create type hierarchy for formatters. (#548)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Persistence/3.3/Core/PersistenceException.cs

    r1625 r1659  
    33using HeuristicLab.Persistence.Interfaces;
    44using HeuristicLab.Persistence.Core.Tokens;
     5using HeuristicLab.Persistence.Default.Decomposers.Storable;
    56
    67namespace HeuristicLab.Persistence.Core {
    78
     9  [Serializable] 
    810  public class PersistenceException : Exception {
    911    public PersistenceException() : base() { }
Note: See TracChangeset for help on using the changeset viewer.