Use of custom error classes when extending a third party gem
I’m writing a library to extend a Ruby gem, specifically selenium-webdriver
. It involves subclassing the Firefox::Driver
class.
I’m writing a library to extend a Ruby gem, specifically selenium-webdriver
. It involves subclassing the Firefox::Driver
class.