Sha256: 458a4098a694387955e685570a9e7ff4953913e4f29d82b81df40231076ae592
Contents?: true
Size: 273 Bytes
Versions: 9
Compression:
Stored size: 273 Bytes
Contents
class Guide::Errors::Base < StandardError # This class exists so that we can tell the difference between an error # that is native to Guide and an error that has occurred # outside of our domain. All explictly thrown errors in Guide # should inherit from this. end
Version data entries
9 entries across 9 versions & 1 rubygems