Commit a7ae0d5b authored by KOBAYASHI Shuji's avatar KOBAYASHI Shuji

Remove unused exception classes in `mruby-io` gem

parent 529a3369
class File < IO
class FileError < Exception; end
class NoFileError < FileError; end
class UnableToStat < FileError; end
class PermissionError < FileError; end
attr_accessor :path
def initialize(fd_or_path, mode = "r", perm = 0666)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment