mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
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…
x
Reference in New Issue
Block a user