Exception: Rbxl::Error

Inherits:
StandardError
  • Object
show all
Defined in:
lib/rbxl/errors.rb

Overview

Base class for all errors raised by Rbxl. Rescue this class to catch any library-specific failure without catching unrelated StandardError subclasses from the caller’s code.