new

SystemCallError.new(msg, errno) â system_call_error_subclass
Class Public methods

If errno corresponds to a known system error code, constructs the appropriate Errno class for that error, otherwise constructs a generic SystemCallError object. The error number is subsequently available via the errno method.

doc_ruby_on_rails
2015-05-16 18:17:36
Comments
Leave a Comment

Please login to continue.