Sha256: 2f0655793b06b832e78b4a9859f9852b2edccc25276119bddf503181decb3642
Contents?: true
Size: 209 Bytes
Versions: 2
Compression:
Stored size: 209 Bytes
Contents
module Basquiat module Errors class SubclassResponsibility < NoMethodError def message 'This method should be implemented by a subclass tailored to the adapter' end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
basquiat-1.3.0.pre.1 | lib/basquiat/errors/subclass_responsibility.rb |
basquiat-1.2.0 | lib/basquiat/errors/subclass_responsibility.rb |