Sha256: 23702f9ee04fbc5951da663ce5a6136f3baf8ed96e00a4c83317c7955569ef68
Contents?: true
Size: 565 Bytes
Versions: 1
Compression:
Stored size: 565 Bytes
Contents
module Domainic module Attributer # Base error class for all Attributer-related errors # # This class serves as the foundation for Attributer's error hierarchy, allowing # for specific error types to be caught and handled appropriately. All custom # errors within the Attributer system should inherit from this class to maintain # a consistent error handling pattern # # @api private # @!visibility private # @author {https://aaronmallen.me Aaron Allen} # @since 0.2.0 class Error < StandardError end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
domainic-attributer-0.2.0 | sig/domainic/attributer/errors/error.rbs |