File: errors.rb

package info (click to toggle)
ruby-magic 0.2.6-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 140 kB
  • sloc: ruby: 182; makefile: 8
file content (5 lines) | stat: -rw-r--r-- 85 bytes parent folder | download
1
2
3
4
5
module Magic
  # General Exception class
  class Exception < StandardError
  end
end