Gitiles
Code Review
Sign In
git.clicks.codes
/
Clicks
/
Forks
/
ERPNext
/
fc70f4c9e809b43d834cb0f1a7c4bb72c3e0f822
/
.
/
erpnext
/
exceptions.py
blob: c339edf2398774f313a0f6ba91e3d0feef1b5da4 [
file
] [
log
] [
blame
]
from
__future__
import
unicode_literals
import
frappe
# accounts
class
CustomerFrozen
(
frappe
.
ValidationError
):
pass
class
InvalidAccountCurrency
(
frappe
.
ValidationError
):
pass
class
InvalidCurrency
(
frappe
.
ValidationError
):
pass