[go: up one dir, main page]

File: conditions.lisp

package info (click to toggle)
cl-local-time 1.1.6-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 188 kB
  • ctags: 203
  • sloc: lisp: 1,374; sh: 89; makefile: 75
file content (11 lines) | stat: -rw-r--r-- 318 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
;;; -*- Mode: Lisp -*-
;;; $Id: conditions.lisp,v 1.3 2001/11/12 19:48:20 jesse Exp $
;;;
;;; Copyright (c) 2000, 2001 onShore Development, Inc.

(in-package :local-time)

(define-condition iso-8601-syntax-error (error)
  ((bad-component;; year, month whatever
    :initarg :bad-component
    :reader bad-component)))