We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee4172d commit dfc5c62Copy full SHA for dfc5c62
1 file changed
src/corelib/Core/Exceptions/Response/MethodNotImplementedException.cs
@@ -5,7 +5,7 @@
5
namespace net.openstack.Core.Exceptions.Response
6
{
7
[Serializable]
8
- class MethodNotImplementedException : ResponseException
+ public class MethodNotImplementedException : ResponseException
9
10
public MethodNotImplementedException(RestResponse response) : base("The requested method is not implemented at the service.", response) { }
11
0 commit comments