Module: Vigilante::ExceptionsMixin

Included in:
AccessDenied, ArgumentError
Defined in:
lib/vigilante.rb

Overview

define exceptions

Instance Method Summary collapse

Instance Method Details

#initialize(str) ⇒ Object



8
9
10
# File 'lib/vigilante.rb', line 8

def initialize(str)
  super("Vigilante: " + str)
end