Sha256: 07e44cc26fed1b2eeecd4130ac1019d95e82c0e514c04fc60d153b4aa4af707a
Contents?: true
Size: 307 Bytes
Versions: 1
Compression:
Stored size: 307 Bytes
Contents
require File.join(File.dirname(__FILE__), 'chained_error') # A ServiceError is used to wrap timeouts, HTTP exceptions, etc # And create a new exception that is usually treated as a fatal error module LyberCore module Exceptions class FatalError < LyberCore::Exceptions::ChainedError end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
lyber-core-1.3.0 | lib/lyber_core/exceptions/fatal_error.rb |