diff options
Diffstat (limited to 'src/clients/cave/exceptions.hh')
-rw-r--r-- | src/clients/cave/exceptions.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/clients/cave/exceptions.hh b/src/clients/cave/exceptions.hh index 7e42f39e1..233c39329 100644 --- a/src/clients/cave/exceptions.hh +++ b/src/clients/cave/exceptions.hh @@ -53,6 +53,8 @@ namespace paludis { public: BeMoreSpecific(const PackageDepSpec &, const std::shared_ptr<const PackageIDSequence> &) throw (); + BeMoreSpecific(const PackageDepSpec &, const std::shared_ptr<const PackageIDSequence> &, + const std::string & extra_message) throw (); }; class PALUDIS_VISIBLE BadIDForCommand : |