Sha256: 46be16aea08ec379856cdc47e0dac986d306b243aeb725b1153223f9a4d1aad9
Contents?: true
Size: 275 Bytes
Versions: 3
Compression:
Stored size: 275 Bytes
Contents
module Kharon # This module contains the class representing custom errors raised whithin the application. # @author Vincent Courtois <courtois.vincent@outlook.com> module Errors autoload(:Validation, File.join(File.dirname(__FILE__), "errors/validation")) end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
kharon-1.1.1 | lib/kharon/errors.rb |
kharon-1.1.0 | lib/kharon/errors.rb |
kharon-1.0.0 | lib/kharon/errors.rb |