Sha256: 747bb0bc39ec96181d4952505f6f93451d6b27d8f4cea86f8221f6571dfb2e0d
Contents?: true
Size: 191 Bytes
Versions: 1
Compression:
Stored size: 191 Bytes
Contents
module Zertico module Exceptions class MissingApplicationResponder < Exception def initialize super('You must define an ApplicationResponder!') end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zertico-2.0.0.beta.1 | lib/zertico/exceptions/missing_application_responder.rb |