9 lines
131 B
C
9 lines
131 B
C
#ifndef ERROR_INFO_H
|
|
#define ERROR_INFO_H
|
|
|
|
#include "data/StorageTypes.h"
|
|
|
|
typedef StorageError ErrorInfo;
|
|
|
|
#endif // ERROR_INFO_H
|