Sha256: 64fce6b10d91ed20f34ff304da059bec5de119a604659e8ef6efdbad7cb4223b
Contents?: true
Size: 222 Bytes
Versions: 19
Compression:
Stored size: 222 Bytes
Contents
# -*- encoding : utf-8 -*- module Wagn class NotFound < StandardError end class BadAddress < StandardError end class PermissionDenied < StandardError # can remove after obviating admin controller end end
Version data entries
19 entries across 19 versions & 1 rubygems