Remove redundant option not found exception type

This commit is contained in:
Thomas Goyne 2014-03-31 09:55:32 -07:00
parent a050b43621
commit ffb2fd2b9d
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@
namespace agi {
DEFINE_BASE_EXCEPTION_NOINNER(OptionValueError, Exception)
DEFINE_SIMPLE_EXCEPTION_NOINNER(OptionValueErrorNotFound, OptionValueError, "options/not_found")
DEFINE_SIMPLE_EXCEPTION_NOINNER(OptionValueErrorInvalidType, OptionValueError, "options/invalid_type")
/// Option type