mirror of https://github.com/icedream/npsharp.git
Make NP file exception class public
parent
b61b400227
commit
94a7d20cfc
|
@ -2,7 +2,7 @@
|
|||
|
||||
namespace NPSharp.NP
|
||||
{
|
||||
internal class NpFileException : Exception
|
||||
public class NpFileException : Exception
|
||||
{
|
||||
internal NpFileException(int error)
|
||||
: base(error == 1 ? @"File not found on NP server" : @"Internal error on NP server")
|
||||
|
|
Loading…
Reference in New Issue