Gitiles
Code Review
Sign In
git.clicks.codes
/
Clicks
/
Forks
/
ERPNext
/
0547a7668e269ef1f7da99ed49fc08c3c804f044
/
.
/
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