Sha256: cb3f7beff81f1f04ce3c643f0bd41b986cfc095131b3303dc53eb296fba91841
Contents?: true
Size: 878 Bytes
Versions: 1
Compression:
Stored size: 878 Bytes
Contents
# Copyright 2015 - 2017 Ryan Moore # Contact: moorer@udel.edu # # This file is part of ZetaHunter. # # ZetaHunter is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # ZetaHunter is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with ZetaHunter. If not, see <http://www.gnu.org/licenses/>. module ZetaHunter module Error class StandardError < Object::StandardError end class ArgumentError < StandardError end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zeta_hunter-0.1.0 | lib/zeta_hunter/error/error.rb |