class MinioRuby::InvalidEndpointError
Attributes
str[R]
Public Class Methods
new(msg = 'Invalid Endpoint Error', str)
click to toggle source
Calls superclass method
# File lib/minio-ruby/error.rb, line 5 def initialize(msg = 'Invalid Endpoint Error', str) @str = str super end