class PublicSuffix::DomainNotAllowed
- PublicSuffix::DomainNotAllowed
- PublicSuffix::DomainInvalid
- PublicSuffix::Error
- Exception
- Reference
- Object
Overview
Raised when trying to parse a name that matches a suffix.
@example
PublicSuffix.parse("nic.do")
=> PublicSuffix::DomainNotAllowed
PublicSuffix.parse("www.nic.do")