Sha256: 131642e7a9b4daea2fbcf9b8c6f67005beeb6aaf3161e6d1ba9c6c659e887b41
Contents?: true
Size: 594 Bytes
Versions: 3
Compression:
Stored size: 594 Bytes
Contents
module NeatPages #************************************************************************************* # Error that will be raised if the page called is out of bound. #************************************************************************************* class OutOfBound < StandardError end #************************************************************************************* # Error that will be raised if the pagination isn't initialized #************************************************************************************* class Uninitalized < StandardError end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
neat-pages-1.0.2 | lib/neat_pages/errors.rb |
neat-pages-1.0.1 | lib/neat_pages/errors.rb |
neat-pages-1.0.0 | lib/neat_pages/errors.rb |