norse-blue/php-value-objects

View on GitHub
docs/sections/exceptions.md

Summary

Maintainability
Test Coverage
---
layout: default
title: Exceptions
nav_order: 4
permalink: /exceptions
---

# Exceptions
{: .no_toc }

## Table of contents
{: .no_toc .text-delta }

1. TOC
{:toc}

---

The following is a list of the different exceptions that are used within this package.

## ImmutableValueObjectException

Exception thrown when trying to modify an immutable object.

## InvalidValueException

Exception thrown when an invalid value is given.