File: errors.rb

package info (click to toggle)
ruby-climate-control 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 140 kB
  • sloc: ruby: 374; makefile: 4
file content (3 lines) | stat: -rw-r--r-- 78 bytes parent folder | download
1
2
3
module ClimateControl
  class UnassignableValueError < ArgumentError; end
end