Correction de exception

master
Camille TURPIN-ETIENNE 12 months ago
parent 6275580e39
commit d65cd6d3bd

@ -6,7 +6,7 @@ using System.Threading.Tasks;
namespace CoreLibrary
{
internal class CodeJetonNullException : Exception
public class CodeJetonNullException : Exception
{
public CodeJetonNullException() : base("le jeton est null")
{ }

Loading…
Cancel
Save