Sha256: a68faba3de129cb3b4c7b4edd83306c2e81898c9536836235521ea68e1f23dfa
Contents?: true
Size: 403 Bytes
Versions: 3
Compression:
Stored size: 403 Bytes
Contents
module Spira ## # For cases when a method is called which requires a `type` method be # declared on a Spira class. class NoTypeError < StandardError ; end ## # For cases when a projection fails a validation check class ValidationError < StandardError ; end ## # For cases in which a repository is required but none has been given class NoRepositoryError < StandardError ; end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
spira-0.0.5 | lib/spira/exceptions.rb |
spira-0.0.4 | lib/spira/exceptions.rb |
spira-0.0.3 | lib/spira/exceptions.rb |