Exception: Tox::NullError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Tox::NullError
- Defined in:
- lib/tox.rb
Overview
Exception of this type is raised when Tox function failed with error code represented in Tox headers with a constant which name ends with "_NULL". This happens when one of the arguments to the function was NULL when it was not expected. It can indicate that usage of the Tox function is invalid, so if you got exception of this type please create an issue: https://github.com/toxon/tox.rb/issues Please describe the situation, version of libtoxcore, version of the gem.