Navigation Menu

Skip to content

Commit

Permalink
mrb rc: add new errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 5, 2015
1 parent 8082694 commit 14774f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/mrb/scripts/context/rc.rb
Expand Up @@ -94,6 +94,8 @@ def to_i
CAS_ERROR = new(:cas_error, -70)
UNSUPPORTED_COMMAND_VERSION = new(:unsupported_command_version, -71)
NORMALIZER_ERROR = new(:normalizer_error, -72)
TOKEN_FILTER_ERROR = new(:token_filter, -73)
COMMAND_ERROR = new(:command_error, -74)
end
end
end

0 comments on commit 14774f7

Please sign in to comment.