Libraries »
azeveco/Togglefy (main)
»
Index »
File: error
# frozen_string_literal: truemoduleTogglefy# The Error class is the base class for all custom exceptions in the Togglefy gem.# It inherits from StandardError to provide a consistent error hierarchy.classError<StandardError;endend