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

Version Path
wagn-1.14.9 lib/wagn/exceptions.rb
wagn-1.14.8 lib/wagn/exceptions.rb
wagn-1.14.7 lib/wagn/exceptions.rb
wagn-1.14.6 lib/wagn/exceptions.rb
wagn-1.14.5 lib/wagn/exceptions.rb
wagn-1.14.4 lib/wagn/exceptions.rb
wagn-1.14.3 lib/wagn/exceptions.rb
wagn-1.14.2 lib/wagn/exceptions.rb
wagn-1.14.1 lib/wagn/exceptions.rb
wagn-1.14.0 lib/wagn/exceptions.rb
wagn-1.14.0.pre3 lib/wagn/exceptions.rb
wagn-1.14.0.pre2 lib/wagn/exceptions.rb
wagn-1.14.0.pre1 lib/wagn/exceptions.rb
wagn-1.13.0 lib/wagn/exceptions.rb
wagn-1.13.0.pre2 lib/wagn/exceptions.rb
wagn-1.13.0.pre1 lib/wagn/exceptions.rb
wagn-1.13.0.pre lib/wagn/exceptions.rb
wagn-1.12.13 lib/wagn/exceptions.rb
wagn-1.12.12 lib/wagn/exceptions.rb