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