Remove redundant option not found exception type
This commit is contained in:
parent
a050b43621
commit
ffb2fd2b9d
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue