File: exceptions.rb

package info (click to toggle)
ruby-rabl-rails 0.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 288 kB
  • sloc: ruby: 1,630; makefile: 4
file content (3 lines) | stat: -rw-r--r-- 63 bytes parent folder | download
1
2
3
module RablRails
  class PartialError < StandardError; end
end