mirror of
https://github.com/tailix/libkernaux.git
synced 2025-02-17 15:45:32 -05:00
mruby: declare all exceptions classes in Ruby code
This commit is contained in:
parent
38993ddc26
commit
f5cf7cb9ca
1 changed files with 3 additions and 0 deletions
|
@ -25,4 +25,7 @@ module KernAux
|
|||
|
||||
class Error < RuntimeError; end
|
||||
class AssertError < Error; end
|
||||
class CmdlineError < Error; end
|
||||
class InvalidNtoaBaseError < Error; end
|
||||
class TooLongNtoaPrefixError < Error; end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue