summaryrefslogtreecommitdiff
path: root/cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'cache.h')
-rw-r--r--cache.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cache.h b/cache.h
index 0e1005dd..43123f9f 100644
--- a/cache.h
+++ b/cache.h
@@ -39,6 +39,8 @@
namespace ledger {
+DECLARE_EXCEPTION(cache_error, std::runtime_error);
+
class binary_cache_t
{
static const unsigned long binary_magic_number = 0xFFEED765;