lib/csd/error.rb in csd-0.2.0 vs lib/csd/error.rb in csd-0.2.1
- old
+ new
@@ -4,9 +4,10 @@
# In this module we will keep all types of errors in a readable hierarchy.
# The application modules are assigned the following individual error ranges:
#
# * +minisip+ has been assigned error status codes 200-280
# * +decklink+ has been assigned error status codes 280-299
+ # * +graphics+ has been assigned error status codes 300-349
#
module Error
# All Exceptions raised by CSD must be children of this class.
#
\ No newline at end of file