<?php namespace MightyPork\Exceptions; /** * Malformed config field, invalid syntax */ class FormatException extends RuntimeException { // }