mirror of https://github.com/odrling/Aegisub
Remove redundant option not found exception type
This commit is contained in:
parent
a050b43621
commit
ffb2fd2b9d
|
@ -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 New Issue