Exception: RLSM::Error

Inherits:
StandardError
  • Object
show all
Defined in:
lib/rlsm/helper.rb

Overview

The exception class which is raised by the code under the RLSM module. So somthing like

begin
  ...
rescue RLSM::Error => e
  ... #Error from RLSM code
rescue
  ... #Some external error
end

works.