mirror of
https://github.com/minio/minio.git
synced 2025-11-10 05:59:43 -05:00
Remove NotSupported error redundant with NotImplemented (#5074)
This commit is contained in:
committed by
Nitish Tiwari
parent
b2cbade477
commit
53e133e844
@@ -366,13 +366,6 @@ func (e NotImplemented) Error() string {
|
||||
return "Not Implemented"
|
||||
}
|
||||
|
||||
// NotSupported If a feature is not supported
|
||||
type NotSupported struct{}
|
||||
|
||||
func (e NotSupported) Error() string {
|
||||
return "Not Supported"
|
||||
}
|
||||
|
||||
// PolicyNesting - policy nesting conflict.
|
||||
type PolicyNesting struct{}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user