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