Sha256: eb32a12016bb3b5258f569789c886ab4d494a848f42a384043dbfeef2b964c4c
Contents?: true
Size: 377 Bytes
Versions: 1
Compression:
Stored size: 377 Bytes
Contents
module Brut module Framework module Errors autoload(:Bug,"brut/framework/errors/bug") autoload(:NotFound,"brut/framework/errors/not_found") autoload(:AbstractMethod,"brut/framework/errors/abstract_method") def bug!(message=nil) raise Brut::Framework::Errors::Bug,message end end class Error < StandardError end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
brut-0.0.1 | lib/brut/framework/errors.rb |