Browse Source
Merge branch 'master' into fixes-data-validation-errors-use-datatemplates-1
pull/5910/head
Dan Walmsley
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/Avalonia.Base/PropertyStore/BindingEntry.cs
|
|
|
@ -79,7 +79,7 @@ namespace Avalonia.PropertyStore |
|
|
|
|
|
|
|
public void OnError(Exception error) |
|
|
|
{ |
|
|
|
throw new NotImplementedException(); |
|
|
|
throw new NotImplementedException("BindingEntry.OnError is not implemented", error); |
|
|
|
} |
|
|
|
|
|
|
|
public void OnNext(BindingValue<T> value) |
|
|
|
|